Exemplo n.º 1
0
 public static extern void bgfx_alloc_instance_data_buffer(out InstanceDataBuffer.NativeStruct ptr, int num, ushort stride);
Exemplo n.º 2
0
 public static extern void bgfx_encoder_set_instance_data_buffer(IntPtr encoder, ref InstanceDataBuffer.NativeStruct idb, uint start, uint num);
Exemplo n.º 3
0
 public static extern void bgfx_set_instance_data_buffer(ref InstanceDataBuffer.NativeStruct idb, uint start, uint num);