Class BGFXInstanceDataBuffer

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class BGFXInstanceDataBuffer extends Struct<BGFXInstanceDataBuffer> implements NativeResource
Instance data buffer info.

Layout


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