game.renderer

Undocumented in source.

Members

Functions

compile_shader
auto compile_shader(int shader_type, string shader_source)
Undocumented in source. Be warned that the author may not have intended to support it.
enable_vertex_attrib
auto enable_vertex_attrib(GLint shader_program, string attrib_name, int count, int vertex_size, int offset)
Undocumented in source. Be warned that the author may not have intended to support it.
glSetContext
void glSetContext(Handle )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Static variables

camera_shake
float camera_shake;
Undocumented in source.

Structs

Renderer
struct Renderer
Undocumented in source.

Variables

max_lights
GLint max_lights;
Undocumented in source.
max_verts
GLuint max_verts;
Undocumented in source.

Meta