2.9.16
Coherent GT
A modern user interface library for games
Coherent::UIGT::FrameCapture Struct Referenceabstract

Debugging class holding debug frame captured data and size. Passed to FrameCaptureCallback on View::BeginCaptureDebugFrame and View::CaptureSingleDebugFrame methods. More...

#include <Coherent/Coherent/UIGT/View.h>

Public Member Functions

virtual void Release ()=0
 Frees the underlying data.
 

Public Attributes

const char * Data
 Pointer to the binary capture data.
 
unsigned long long Size
 Size in bytes of the data pointed by Data.
 

Detailed Description

Debugging class holding debug frame captured data and size. Passed to FrameCaptureCallback on View::BeginCaptureDebugFrame and View::CaptureSingleDebugFrame methods.

Note
Release() must be called after finished using the data to free the memory.