#include <GL/glew.h>
Go to the source code of this file.
Data Structures | |
struct | fpxx_unescaped |
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) |
struct fpxx_unescaped |
Definition at line 10 of file fpxx_unescaped.h.
Data Fields | ||
---|---|---|
GLint | cne0 | |
GLint | err0 | |
GLuint | program | |
GLuint | vao | |
GLint | zdz0 |
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().