|
LayOut C API
|
Memory buffer (for color and depth) info used in SUOverlayDrawFrameInfo. More...
#include <overlay.h>
Data Fields | |
| void * | ptr |
| Pointer to the buffer. More... | |
| uint32_t | row_pitch |
| Size (in bytes) from the beginning of one line of the buffer to the next line. More... | |
| uint32_t | size |
| Total size (in bytes) of the buffer. More... | |
Memory buffer (for color and depth) info used in SUOverlayDrawFrameInfo.
| void* SUDrawFrameMemoryBuffer::ptr |
Pointer to the buffer.
| uint32_t SUDrawFrameMemoryBuffer::row_pitch |
Size (in bytes) from the beginning of one line of the buffer to the next line.
| uint32_t SUDrawFrameMemoryBuffer::size |
Total size (in bytes) of the buffer.
1.8.3.1