Go to the source code of this file.
|
| enum | GoPxLSdk::Channel_ID {
GoPxLSdk::ID_Vertex,
GoPxLSdk::ID_Facet,
GoPxLSdk::ID_Facet_normal,
GoPxLSdk::ID_Vertex_normal,
GoPxLSdk::ID_Vertex_texture,
GoPxLSdk::ID_Vertex_curvature
} |
| |
| enum | GoPxLSdk::Channel_State {
GoPxLSdk::Error,
GoPxLSdk::Unallocated,
GoPxLSdk::Allocated,
GoPxLSdk::Empty,
GoPxLSdk::Partial_used,
GoPxLSdk::Full
} |
| |
| enum | GoPxLSdk::Channel_Type {
GoPxLSdk::Type_Invalid,
GoPxLSdk::Type_Vertex,
GoPxLSdk::Type_Facet,
GoPxLSdk::Type_Facet_normal,
GoPxLSdk::Type_Vertex_normal,
GoPxLSdk::Type_Vertex_texture,
GoPxLSdk::Type_Vertex_curvature
} |
| |