Ultralight C++ API 1.3.0
|
#include <Ultralight/platform/GPUDriver.h>
Command description.
Public Attributes | |
CommandType | command_type |
GPUState | gpu_state |
uint32_t | geometry_id |
The following members are only used with kCommandType_DrawGeometry. | |
uint32_t | indices_count |
uint32_t | indices_offset |
CommandType ultralight::Command::command_type |
uint32_t ultralight::Command::geometry_id |
The following members are only used with kCommandType_DrawGeometry.
GPUState ultralight::Command::gpu_state |
uint32_t ultralight::Command::indices_count |
uint32_t ultralight::Command::indices_offset |