Skip to content

FfxResourceDescription

struct FfxResourceDescription

A structure describing a resource.

Dependencies: FfxResourceDescription

Public Interface

Public Members:

FfxResourceType type

FfxResourceType type

The type of the resource.

Source: sdk/include/FidelityFX/host/ffx_types.h (line 724, column 37)

FfxSurfaceFormat format

FfxSurfaceFormat format

The surface format.

Source: sdk/include/FidelityFX/host/ffx_types.h (line 725, column 37)

uint32_t width

uint32_t width

The width of the texture resource.

Source: sdk/include/FidelityFX/host/ffx_types.h (line 727, column 37)

uint32_t size

uint32_t size

The size of the buffer resource.

Source: sdk/include/FidelityFX/host/ffx_types.h (line 728, column 37)

union FfxResourceDescription

union FfxResourceDescription

Source: sdk/include/FidelityFX/host/ffx_types.h (line 729, column 5)

uint32_t height

uint32_t height

The height of the texture resource.

Source: sdk/include/FidelityFX/host/ffx_types.h (line 732, column 37)

uint32_t stride

uint32_t stride

The stride of the buffer resource.

Source: sdk/include/FidelityFX/host/ffx_types.h (line 733, column 37)

union FfxResourceDescription

union FfxResourceDescription

Source: sdk/include/FidelityFX/host/ffx_types.h (line 734, column 5)

uint32_t depth

uint32_t depth

The depth of the texture resource.

Source: sdk/include/FidelityFX/host/ffx_types.h (line 737, column 37)

uint32_t alignment

uint32_t alignment

The alignment of the buffer resource.

Source: sdk/include/FidelityFX/host/ffx_types.h (line 738, column 37)

union FfxResourceDescription

union FfxResourceDescription

Source: sdk/include/FidelityFX/host/ffx_types.h (line 739, column 5)

uint32_t mipCount

uint32_t mipCount

Number of mips (or 0 for full mipchain).

Source: sdk/include/FidelityFX/host/ffx_types.h (line 741, column 37)

FfxResourceFlags flags

FfxResourceFlags flags

A set of FfxResourceFlags flags.

Source: sdk/include/FidelityFX/host/ffx_types.h (line 742, column 37)

FfxResourceUsage usage

FfxResourceUsage usage

Resource usage flags.

Source: sdk/include/FidelityFX/host/ffx_types.h (line 743, column 37)

Used By

This type is used by:

Source: sdk/include/FidelityFX/host/ffx_types.h (line 722, column 1)