Go to the source code of this file.
Functions | |
void | fpxx_unescaped_begin (struct fpxx_unescaped *s) |
void | fpxx_unescaped_end (struct fpxx_unescaped *s) |
void | fpxx_unescaped_start (struct fpxx_unescaped *s, GLuint vbo) |
void | fpxx_unescaped_do (struct fpxx_unescaped *s, GLuint *unescaped, GLuint active_count, GLuint vbo, GLuint query) |
Variables | |
const char * | fpxx_unescaped_vert |
const char * | fpxx_unescaped_geom |
const GLchar * | fpxx_unescaped_varyings [] = {"cne", "zdz", "err"} |
void fpxx_unescaped_begin | ( | struct fpxx_unescaped * | s | ) |
Definition at line 13 of file fpxx_unescaped.c.
References fpxx_unescaped::cne0, compile_program_tf(), D, fpxx_unescaped::err0, fpxx_unescaped_geom, fpxx_unescaped_varyings, fpxx_unescaped_vert, fpxx_unescaped::program, fpxx_unescaped::vao, and fpxx_unescaped::zdz0.
Referenced by render_begin().
void fpxx_unescaped_do | ( | struct fpxx_unescaped * | s, |
GLuint * | unescaped, | ||
GLuint | active_count, | ||
GLuint | vbo, | ||
GLuint | query | ||
) |
Definition at line 42 of file fpxx_unescaped.c.
References D, debug_message, fpxx_unescaped::program, and fpxx_unescaped::vao.
void fpxx_unescaped_end | ( | struct fpxx_unescaped * | s | ) |
Definition at line 21 of file fpxx_unescaped.c.
References D, fpxx_unescaped::program, and fpxx_unescaped::vao.
Referenced by render_end().
void fpxx_unescaped_start | ( | struct fpxx_unescaped * | s, |
GLuint | vbo | ||
) |
Definition at line 28 of file fpxx_unescaped.c.
References fpxx_unescaped::cne0, D, DE, debug_message, fpxx_unescaped::err0, fpxx_unescaped::vao, and fpxx_unescaped::zdz0.
Referenced by fpxx_start().
const char* fpxx_unescaped_geom |
Referenced by fpxx_unescaped_begin().
const GLchar* fpxx_unescaped_varyings[] = {"cne", "zdz", "err"} |
Definition at line 11 of file fpxx_unescaped.c.
Referenced by fpxx_unescaped_begin().
const char* fpxx_unescaped_vert |
Referenced by fpxx_unescaped_begin().