mightymandel v16

GPU-based Mandelbrot set explorer

fpxx_unescaped.h File Reference

(v16)

#include <GL/glew.h>
+ Include dependency graph for fpxx_unescaped.h:
+ This graph shows which files directly or indirectly include this file:

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)

Data Structure Documentation

struct fpxx_unescaped

Definition at line 10 of file fpxx_unescaped.h.

Data Fields
GLint cne0
GLint err0
GLuint program
GLuint vao
GLint zdz0

Function Documentation

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().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

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().

+ Here is the caller graph for this function:

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().

+ Here is the caller graph for this function: