#include <GL/glew.h>
Go to the source code of this file.
Data Structures | |
struct | fp64_step |
Functions | |
void | fp64_step_begin (struct fp64_step *s) |
void | fp64_step_end (struct fp64_step *s) |
void | fp64_step_start (struct fp64_step *s, GLuint vbo, double escaperadius2) |
void | fp64_step_do (struct fp64_step *s, GLuint *active_count, GLuint vbo, GLuint query) |
struct fp64_step |
Definition at line 10 of file fp64_step.h.
Data Fields | ||
---|---|---|
GLint | cne0 | |
GLint | er2 | |
GLuint | program | |
GLuint | vao | |
GLint | zdz0 |
void fp64_step_begin | ( | struct fp64_step * | s | ) |
Definition at line 12 of file fp64_step.c.
References fp64_step::cne0, compile_program_tf(), D, fp64_step::er2, fp64_step_varyings, fp64_step_vert, fp64_step::program, fp64_step::vao, and fp64_step::zdz0.
Referenced by render_begin().
void fp64_step_do | ( | struct fp64_step * | s, |
GLuint * | active_count, | ||
GLuint | vbo, | ||
GLuint | query | ||
) |
Definition at line 40 of file fp64_step.c.
References D, debug_message, fp64_step::program, and fp64_step::vao.
void fp64_step_end | ( | struct fp64_step * | s | ) |
Definition at line 20 of file fp64_step.c.
References D, fp64_step::program, and fp64_step::vao.
Referenced by render_end().
void fp64_step_start | ( | struct fp64_step * | s, |
GLuint | vbo, | ||
double | escaperadius2 | ||
) |
Definition at line 25 of file fp64_step.c.
References fp64_step::cne0, D, DE, debug_message, fp64_step::er2, fp64_step::program, fp64_step::vao, and fp64_step::zdz0.
Referenced by fp64_start().