bgfx_instance_data_buffer_t

struct bgfx_instance_data_buffer_t {
uint8_t* data;
uint32_t size;
uint32_t offset;
uint16_t num;
uint16_t stride;
bgfx_vertex_buffer_handle_t handle;
}

Meta