CMGDK r49-rc2
|
组合类型 | |
class | hgl::DrawArrayBufferInterface |
名字空间 | |
namespace | hgl |
__MAKE_HGL__&&!__MAKE_PLUGIN__ | |
类型定义 | |
typedef PointDataCompoment | hgl::PDC |
点数据成份 | |
枚举 | |
enum | hgl::PointDataCompoment { hgl::pdcColor3f = 1<<0, hgl::pdcColor4f = 1<<1, hgl::pdcVertex2f = 1<<2, hgl::pdcVertex3f = 1<<3, hgl::pdcVertex2i = 1<<6, hgl::pdcVertex3i = 1<<7, hgl::pdcTexCoord1f = 1<<8, hgl::pdcTexCoord2f = 1<<9, hgl::pdcTexCoord3f = 1<<10, hgl::pdcTexCoord4f = 1<<11, hgl::pdcTexCoord1i = 1<<16, hgl::pdcTexCoord2i = 1<<17, hgl::pdcTexCoord3i = 1<<18, hgl::pdcTexCoord4i = 1<<19, hgl::pdcNormal3f = 1<<20, hgl::pdc2Color3f = 1<<22, hgl::pdcFogCoord1f = 1<<23, hgl::pdcIndex1i = 1<<25 } |