ClanLib
2.3.7
|
#include "../api_display.h"
#include "../../Core/System/sharedptr.h"
#include "../../Core/Math/vec3.h"
Go to the source code of this file.
Classes | |
class | CL_PrimitivesArray |
Primitives array description. More... | |
Enumerations | |
enum | CL_StandardAttributeIndex { cl_attrib_position = 0, cl_attrib_color = 1, cl_attrib_texture_position = 2, cl_attrib_texture_index = 3, cl_attrib_normal = 4 } |
Standard Attribute Index. More... | |
enum | CL_VertexAttributeDataType { cl_type_unsigned_byte, cl_type_unsigned_short, cl_type_unsigned_int, cl_type_byte, cl_type_short, cl_type_int, cl_type_float } |
Primitives array description. More... | |