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