typedef struct { VMINT width; VMINT height; VM_GRAPHIC_COLOR_FORMAT color_format; VMINT buffer_length; VMUINT8* buffer; } vm_graphic_frame_t;
typedef struct { VMINT width; VMINT height; VM_GRAPHIC_COLOR_FORMAT color_format; VMINT buffer_length; VMUINT8* buffer; } vm_graphic_frame_t;
Frame struct
vmgraphic.h
|
Members |
Description |
|
VMINT width; |
Frame width |
|
VMINT height; |
Frame height |
|
VM_GRAPHIC_COLOR_FORMAT color_format; |
Color format |
|
VMINT buffer_length; |
Frame buffer length |
|
VMUINT8* buffer; |
Frame buffer |
Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at
support@toolsfactory.com.