Ejemplo n.º 1
0
 public static extern ushort bgfx_weld_vertices(ushort *output, ref VertexLayout.Data decl, IntPtr data, ushort num, float epsilon);
Ejemplo n.º 2
0
 public static extern bool bgfx_alloc_transient_buffers(out TransientVertexBuffer tvb, ref VertexLayout.Data decl, ushort numVertices, out TransientIndexBuffer tib, ushort numIndices);
Ejemplo n.º 3
0
 public static extern void bgfx_vertex_unpack(float *output, VertexAttributeUsage attribute, ref VertexLayout.Data decl, IntPtr data, int index);
Ejemplo n.º 4
0
 public static extern void bgfx_vertex_convert(ref VertexLayout.Data destDecl, IntPtr destData, ref VertexLayout.Data srcDecl, IntPtr srcData, int num);
Ejemplo n.º 5
0
 public static extern void bgfx_alloc_transient_vertex_buffer(out TransientVertexBuffer tvb, int num, ref VertexLayout.Data decl);
Ejemplo n.º 6
0
 public static extern void bgfx_vertex_pack(float *input, [MarshalAs(UnmanagedType.U1)] bool inputNormalized, VertexAttributeUsage attribute, ref VertexLayout.Data decl, IntPtr data, int index);
Ejemplo n.º 7
0
 public static extern ushort bgfx_create_dynamic_vertex_buffer_mem(MemoryBlock.DataPtr *memory, ref VertexLayout.Data decl, BufferFlags flags);
Ejemplo n.º 8
0
 public static extern int bgfx_get_avail_transient_vertex_buffer(int num, ref VertexLayout.Data decl);
Ejemplo n.º 9
0
 public static extern void bgfx_vertex_decl_end(ref VertexLayout.Data decl);
Ejemplo n.º 10
0
 public static extern ushort bgfx_create_dynamic_vertex_buffer(int vertexCount, ref VertexLayout.Data decl, BufferFlags flags);
Ejemplo n.º 11
0
 public static extern void bgfx_vertex_decl_skip(ref VertexLayout.Data decl, byte count);
Ejemplo n.º 12
0
 public static extern void bgfx_vertex_decl_add(ref VertexLayout.Data decl, VertexAttributeUsage attribute, byte count, VertexAttributeType type, [MarshalAs(UnmanagedType.U1)] bool normalized, [MarshalAs(UnmanagedType.U1)] bool asInt);
Ejemplo n.º 13
0
 public static extern void bgfx_vertex_decl_begin(ref VertexLayout.Data decl, RendererBackend backend);
Ejemplo n.º 14
0
 public static extern bool bgfx_check_avail_transient_buffers(int numVertices, ref VertexLayout.Data decl, int numIndices);
Ejemplo n.º 15
0
 public static extern bool bgfx_check_avail_transient_vertex_buffer(int num, ref VertexLayout.Data decl);