Debugging class holding debug frame captured data and size. Passed to FrameCaptureCallback on View::BeginCaptureDebugFrame and View::CaptureSingleDebugFrame methods. More...
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. | |
Debugging class holding debug frame captured data and size. Passed to FrameCaptureCallback on View::BeginCaptureDebugFrame and View::CaptureSingleDebugFrame methods.