FfxInternalResourceDescription
struct FfxInternalResourceDescription
An internal structure housing all that is needed for backend resource descriptions.
Dependencies: FfxResourceInitData
Public Interface
Public Members:
uint32_t id
uint32_t id
Resource identifier.
Source: sdk/include/FidelityFX/host/ffx_types.h
(line 862, column 33)
const wchar_t * name
const wchar_t * name
Name to set to the resource for easier debugging.
Source: sdk/include/FidelityFX/host/ffx_types.h
(line 863, column 32)
FfxResourceType type
FfxResourceType type
The type of resource (see FfxResourceType)
Source: sdk/include/FidelityFX/host/ffx_types.h
(line 864, column 33)
FfxResourceUsage usage
FfxResourceUsage usage
Resource usage flags (see FfxResourceUsage)
Source: sdk/include/FidelityFX/host/ffx_types.h
(line 865, column 33)
FfxSurfaceFormat format
FfxSurfaceFormat format
The resource format to use.
Source: sdk/include/FidelityFX/host/ffx_types.h
(line 866, column 33)
uint32_t width
uint32_t width
The width (textures) or size (buffers) of the resource.
Source: sdk/include/FidelityFX/host/ffx_types.h
(line 867, column 33)
uint32_t height
uint32_t height
The height (textures) or stride (buffers) of the resource.
Source: sdk/include/FidelityFX/host/ffx_types.h
(line 868, column 33)
uint32_t mipCount
uint32_t mipCount
Mip count (textures) of the resource.
Source: sdk/include/FidelityFX/host/ffx_types.h
(line 869, column 33)
FfxResourceFlags flags
FfxResourceFlags flags
Resource flags (see FfxResourceFlags)
Source: sdk/include/FidelityFX/host/ffx_types.h
(line 870, column 33)
FfxResourceInitData initData
FfxResourceInitData initData
Resource initialization definition (see FfxResourceInitData)
Source: sdk/include/FidelityFX/host/ffx_types.h
(line 871, column 33)
Source: sdk/include/FidelityFX/host/ffx_types.h
(line 860, column 1)