DescriptorPool
Description
Full source code is included in the Tinman 3D SDK download. |
Enumeration of descriptor pools.
Public / Constants
SamplerGpu
Descriptor pool for type D3D12_DESCRIPTOR_HEAP_TYPE_SAMPLER
with the D3D12_DESCRIPTOR_HEAP_FLAG_SHADER_VISIBLE
flag.
ShaderInputGpu
Descriptor pool for type D3D12_DESCRIPTOR_HEAP_TYPE_CBV_SRV_UAV
with the D3D12_DESCRIPTOR_HEAP_FLAG_SHADER_VISIBLE
flag.
SamplerCpu
Descriptor pool for type D3D12_DESCRIPTOR_HEAP_TYPE_SAMPLER
without the D3D12_DESCRIPTOR_HEAP_FLAG_SHADER_VISIBLE
flag.