Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00023 #ifndef __RS_MESH_RSH__
00024 #define __RS_MESH_RSH__
00025
00026
00027 #if (defined(RS_VERSION) && (RS_VERSION >= 16))
00028
00037 extern uint32_t __attribute__((overloadable))
00038 rsgMeshGetVertexAllocationCount(rs_mesh m);
00039
00049 extern uint32_t __attribute__((overloadable))
00050 rsgMeshGetPrimitiveCount(rs_mesh m);
00051
00060 extern rs_allocation __attribute__((overloadable))
00061 rsgMeshGetVertexAllocation(rs_mesh m, uint32_t index);
00062
00071 extern rs_allocation __attribute__((overloadable))
00072 rsgMeshGetIndexAllocation(rs_mesh m, uint32_t index);
00073
00082 extern rs_primitive __attribute__((overloadable))
00083 rsgMeshGetPrimitive(rs_mesh m, uint32_t index);
00084
00085 #endif // (defined(RS_VERSION) && (RS_VERSION >= 16))
00086
00087 #endif // __RS_MESH_RSH__
00088