FfxPresentCallbackDescription
A structure describing the parameters passed from the presentation thread to the ui composition callback function.
File location: sdk/include/FidelityFX/host/ffx_types.h
Detailed description
A structure describing the parameters passed from the presentation thread to the ui composition callback function.
Data fields
Type |
Description |
---|---|
device
The active device.
|
|
commandList
The command list on which to register render commands.
|
|
currentBackBuffer
The backbuffer resource with scene information.
|
|
currentUI
Optional UI texture (when doing backbuffer + ui blend)
|
|
outputSwapChainBuffer
The swapchain target into which to render ui composition.
|
|
bool |
isInterpolatedFrame
Whether this is an interpolated or real frame.
|
bool |
usePremulAlpha
Toggles whether UI gets premultiplied alpha blending or not.
|