Class BGFXTransientIndexBuffer

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class BGFXTransientIndexBuffer extends Struct<BGFXTransientIndexBuffer> implements NativeResource

 struct bgfx_transient_index_buffer_t {
     uint8_t * data;
     uint32_t size;
     uint32_t startIndex;
     bgfx_index_buffer_handle_t handle;
     bool isIndex16;
 }