The kind of resource described by a ResourceBindingInfo.
| Property | Description | 
|---|---|
| ConstantBuffer | The shader resource is a constant buffer. | 
| Buffer | The shader resource is a raw buffer or a structured buffer. | 
| TypedBuffer | The shader resource is a typed buffer or texel buffer. | 
| Texture | The shader resource is a texture. | 
| CombinedTextureSampler | The shader resource is a combined texture sampler object. | 
| Sampler | The shader resource is a sampler object. | 
| RayTracingAccelerationStructure | The shader resource is a Ray Tracing Acceleration Structure (RTAS). |