FfxCacaoBufferSizeInfo
struct FfxCacaoBufferSizeInfoA structure containing sizes of each of the buffers used by FidelityFX CACAO.
Public Interface
Public Members:
uint32_t inputOutputBufferWidth
uint32_t inputOutputBufferWidthwidth of the input/output buffers
Source: sdk/include/FidelityFX/host/ffx_cacao.h (line 404, column 10)
uint32_t inputOutputBufferHeight
uint32_t inputOutputBufferHeightheight of the input/output buffers
Source: sdk/include/FidelityFX/host/ffx_cacao.h (line 405, column 10)
uint32_t ssaoBufferWidth
uint32_t ssaoBufferWidthwidth of the ssao buffer
Source: sdk/include/FidelityFX/host/ffx_cacao.h (line 407, column 10)
uint32_t ssaoBufferHeight
uint32_t ssaoBufferHeightheight of the ssao buffer
Source: sdk/include/FidelityFX/host/ffx_cacao.h (line 408, column 10)
uint32_t depthBufferXOffset
uint32_t depthBufferXOffsetx-offset to use when sampling depth buffer
Source: sdk/include/FidelityFX/host/ffx_cacao.h (line 410, column 10)
uint32_t depthBufferYOffset
uint32_t depthBufferYOffsety-offset to use when sampling depth buffer
Source: sdk/include/FidelityFX/host/ffx_cacao.h (line 411, column 10)
uint32_t depthBufferWidth
uint32_t depthBufferWidthwidth of the passed in depth buffer
Source: sdk/include/FidelityFX/host/ffx_cacao.h (line 413, column 10)
uint32_t depthBufferHeight
uint32_t depthBufferHeightheight of the passed in depth buffer
Source: sdk/include/FidelityFX/host/ffx_cacao.h (line 414, column 10)
uint32_t deinterleavedDepthBufferXOffset
uint32_t deinterleavedDepthBufferXOffsetx-offset to use when sampling de-interleaved depth buffer
Source: sdk/include/FidelityFX/host/ffx_cacao.h (line 416, column 10)
uint32_t deinterleavedDepthBufferYOffset
uint32_t deinterleavedDepthBufferYOffsety-offset to use when sampling de-interleaved depth buffer
Source: sdk/include/FidelityFX/host/ffx_cacao.h (line 417, column 10)
uint32_t deinterleavedDepthBufferWidth
uint32_t deinterleavedDepthBufferWidthwidth of the de-interleaved depth buffer
Source: sdk/include/FidelityFX/host/ffx_cacao.h (line 419, column 10)
uint32_t deinterleavedDepthBufferHeight
uint32_t deinterleavedDepthBufferHeightheight of the de-interleaved depth buffer
Source: sdk/include/FidelityFX/host/ffx_cacao.h (line 420, column 10)
uint32_t importanceMapWidth
uint32_t importanceMapWidthwidth of the importance map buffer
Source: sdk/include/FidelityFX/host/ffx_cacao.h (line 422, column 10)
uint32_t importanceMapHeight
uint32_t importanceMapHeightheight of the importance map buffer
Source: sdk/include/FidelityFX/host/ffx_cacao.h (line 423, column 10)
uint32_t downsampledSsaoBufferWidth
uint32_t downsampledSsaoBufferWidthwidth of the downsampled ssao buffer
Source: sdk/include/FidelityFX/host/ffx_cacao.h (line 425, column 10)
uint32_t downsampledSsaoBufferHeight
uint32_t downsampledSsaoBufferHeightheight of the downsampled ssao buffer
Source: sdk/include/FidelityFX/host/ffx_cacao.h (line 426, column 10)
Source: sdk/include/FidelityFX/host/ffx_cacao.h (line 403, column 1)