enum DescriptorKind
Description
Represent the kind of a descriptor type.
Values
_Unknown = _
_Texture = _
Unknown descriptor kind.
_CombinedTextureSampler = _
A texture descriptor.
_ConstantBuffer = _
A combined texture and sampler state descriptor.
_StorageBuffer = _
A constant buffer descriptor.
Buffer = DescriptorKind.StorageBuffer
A storage buffer descriptor.
_Sampler = _
Deprecated. Use StorageBuffer instead.
_AccelerationStructure = _
A sampler state descriptor.
_UniformTexelBuffer = _
A ray tracing acceleration structure descriptor.
_StorageTexelBuffer = _
A uniform texel buffer descriptor (read-only).