Ultralight C++ API 1.3.0
Loading...
Searching...
No Matches
ultralight::Command Struct Reference

#include <Ultralight/platform/GPUDriver.h>

Details

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
 

Member Data Documentation

◆ command_type

CommandType ultralight::Command::command_type

◆ geometry_id

uint32_t ultralight::Command::geometry_id

The following members are only used with kCommandType_DrawGeometry.

◆ gpu_state

GPUState ultralight::Command::gpu_state

◆ indices_count

uint32_t ultralight::Command::indices_count

◆ indices_offset

uint32_t ultralight::Command::indices_offset

The documentation for this struct was generated from the following file: