FfxViewDescription
struct FfxViewDescription
A structure defining the view to create.
Dependencies: FfxViewDescription
Public Interface
Public Members:
bool uavView
bool uavView
Indicates that the view is a UAV.
Source: sdk/include/FidelityFX/host/ffx_types.h
(line 879, column 33)
FfxResourceViewDimension viewDimension
FfxResourceViewDimension viewDimension
The view dimension to map.
Source: sdk/include/FidelityFX/host/ffx_types.h
(line 880, column 33)
int32_t mipLevel
int32_t mipLevel
The mip level of the view, (-1) for default.
Source: sdk/include/FidelityFX/host/ffx_types.h
(line 882, column 17)
int32_t firstElement
int32_t firstElement
The first element of a buffer view, (-1) for default.
Source: sdk/include/FidelityFX/host/ffx_types.h
(line 883, column 17)
union FfxViewDescription
union FfxViewDescription
Source: sdk/include/FidelityFX/host/ffx_types.h
(line 884, column 5)
int32_t arraySize
int32_t arraySize
The array size of the view, (-1) for full depth/array size.
Source: sdk/include/FidelityFX/host/ffx_types.h
(line 887, column 17)
int32_t elementCount
int32_t elementCount
The number of elements in a buffer view, (-1) for full depth/array size.
Source: sdk/include/FidelityFX/host/ffx_types.h
(line 888, column 17)
union FfxViewDescription
union FfxViewDescription
Source: sdk/include/FidelityFX/host/ffx_types.h
(line 889, column 5)
int32_t firstSlice
int32_t firstSlice
The first slice to map to, (-1) for default first slice.
Source: sdk/include/FidelityFX/host/ffx_types.h
(line 891, column 33)
wchar_t name
wchar_t name
Source: sdk/include/FidelityFX/host/ffx_types.h
(line 892, column 33)
Used By: FfxViewDescription
Source: sdk/include/FidelityFX/host/ffx_types.h
(line 877, column 1)