Navigation
API > API/Runtime > API/Runtime/VulkanRHI > API/Runtime/VulkanRHI/FVulkanShaderHeader
Types of Global Samplers (see Common.ush for types) Must match GetGlobalSamplerType() in SpirVShaderCompiler.inl and and declarations in VulkanCommon.ush
| Name | EGlobalSamplerType |
| Type | enum |
| Header File | /Engine/Source/Runtime/VulkanRHI/Public/VulkanShaderResources.h |
| Include Path | #include "VulkanShaderResources.h" |
Syntax
enum EGlobalSamplerType
{
PointClampedSampler,
PointWrappedSampler,
BilinearClampedSampler,
BilinearWrappedSampler,
TrilinearClampedSampler,
TrilinearWrappedSampler,
Count,
Invalid,
}
Values
| Name | Remarks |
|---|---|
| PointClampedSampler | |
| PointWrappedSampler | |
| BilinearClampedSampler | |
| BilinearWrappedSampler | |
| TrilinearClampedSampler | |
| TrilinearWrappedSampler | |
| Count | |
| Invalid |