#include "../api_display.h"#include "../2D/color.h"#include "../../Core/System/sharedptr.h"#include "primitives_array.h"#include "../../Core/Math/mat4.h"#include "../../Core/IOData/virtual_directory.h"#include "../../Core/Math/rect.h"#include "../../Core/Signals/signal_v0.h"Go to the source code of this file.
Classes | |
| class | CL_GraphicContext |
| Interface to drawing graphics. More... | |
Defines | |
| #define | cl_pixelcenter_constant 0.375f |
Enumerations | |
| enum | CL_PrimitivesType { cl_points, cl_line_strip, cl_line_loop, cl_lines, cl_triangle_strip, cl_triangle_fan, cl_triangles, cl_quad_strip, cl_quads, cl_polygon } |
| Primitive types. More... | |
| enum | CL_MapMode { cl_map_2d_upper_left, cl_map_2d_lower_left, cl_user_projection } |
| Mapping modes. More... | |
| enum | CL_StandardProgram { cl_program_color_only, cl_program_single_texture, cl_program_sprite } |
| Standard Program. More... | |
1.4.6