r.Vulkan.Bindless.MaxSamplerDescriptorCount
r.Vulkan.Bindless.MaxSamplerDescriptorCount
#Overview
name: r.Vulkan.Bindless.MaxSamplerDescriptorCount
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Maximum bindless sampler descriptor count
It is referenced in 1
C++ source file.
#Summary
#References in C++ code
#Callsites
This variable is referenced in the following C++ source code:
#Loc: <Workspace>/Engine/Source/Runtime/VulkanRHI/Private/VulkanDescriptorSets.cpp:11
Scope: file
Source code excerpt:
int32 GVulkanBindlessMaxSamplerDescriptorCount = 2048;
static FAutoConsoleVariableRef CVarVulkanBindlessMaxSamplerDescriptorCount(
TEXT("r.Vulkan.Bindless.MaxSamplerDescriptorCount"),
GVulkanBindlessMaxSamplerDescriptorCount,
TEXT("Maximum bindless sampler descriptor count"),
ECVF_ReadOnly
);
int32 GVulkanBindlessMaxSampledImageDescriptorCount = 256 * 1024;