FfxBufferSRV
A structure containing a shader resource view.
File location: sdk/include/FidelityFX/host/ffx_types.h
Detailed description
A structure containing a shader resource view.
Data fields
Type |
Description |
---|---|
uint32_t |
offset
Offset of resource to bind in bytes.
|
uint32_t |
size
Size of resource to bind in bytes.
|
uint32_t |
stride
Size of resource to bind in bytes.
|
resource
Resource corresponding to the shader resource view.
|