FfxFrameInterpolationPrepareDescription
File location: sdk/include/FidelityFX/host/ffx_frameinterpolation.h
Detailed description
Data fields
Type |
Description |
---|---|
uint32_t |
flags
combination of FfxFrameInterpolationDispatchFlags
|
commandList
The “FfxCommandList“ to record frame interpolation commands into.
|
|
renderSize
The dimensions used to render game content, dilatedDepth, dilatedMotionVectors are expected to be of ths size.
|
|
jitterOffset
The subpixel jitter offset applied to the camera. jitter;.
|
|
motionVectorScale
The scale factor to apply to motion vectors. motionVectorScale;.
|
|
depth
The depth buffer data.
|
|
motionVectors
The motion vector data.
|
|
dilatedDepth
The dilated depth buffer data.
|
|
dilatedMotionVectors
The dilated motion vector data.
|
|
reconstructedPrevDepth
The reconstructed depth buffer data.
|