NGFX_GraphicsCapture_RequestCapture_Vulkan_Params_V1#
-
struct NGFX_GraphicsCapture_RequestCapture_Vulkan_Params_V1#
Parameters for requesting a Graphics capture in a Vulkan application.
Public Members
-
uint32_t version#
Used for versioning; must be assigned a value of NGFX_GraphicsCapture_RequestCapture_Vulkan_Params_VER.
-
NGFX_GraphicsCapture_Delimiter delimiter#
Specifies the delimiter type that the capture state machine responds to.
-
uint32_t framesBeforeStart#
Specifies the number of frames to wait before capture is started.
This may be zero to being capture immediately at the next delimiter
-
uint32_t framesToCapture#
Specifies the number of frames to capture.
May be from [1,60].
-
uint32_t version#