FfxViewDescription

A structure defining the view to create.

File location: sdk/include/FidelityFX/host/ffx_types.h

Detailed description

A structure defining the view to create.

Data fields

Type

Description

bool

uavView
Indicates that the view is a UAV.

FfxResourceViewDimension

viewDimension
The view dimension to map.

int32_t

mipLevel
The mip level of the view, (-1) for default.

int32_t

firstElement
The first element of a buffer view, (-1) for default.

int32_t

arraySize
The array size of the view, (-1) for full depth/array size.

int32_t

elementCount
The number of elements in a buffer view, (-1) for full depth/array size.

int32_t

firstSlice
The first slice to map to, (-1) for default first slice.