FfxCreateResourceDescription
A structure containing the data required to create a resource.
File location: sdk/include/FidelityFX/host/ffx_types.h
Detailed description
A structure containing the data required to create a resource.
Data fields
Type |
Description |
---|---|
FfxHeapType |
heapType
The heap type to hold the resource, typically “FFX_HEAP_TYPE_DEFAULT“.
|
resourceDescription
A resource description.
|
|
FfxResourceStates |
initialState
The initial resource state.
|
const wchar_t* |
name
Name of the resource.
|
uint32_t |
id
Internal resource ID.
|
initData
A struct used to initialize the resource.
|