mightymandel v16

GPU-based Mandelbrot set explorer

fp64_unescaped.h File Reference

(v16)

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

Go to the source code of this file.

Data Structures

struct  fp64_unescaped

Functions

void fp64_unescaped_begin (struct fp64_unescaped *s)
void fp64_unescaped_end (struct fp64_unescaped *s)
void fp64_unescaped_start (struct fp64_unescaped *s, GLuint vbo)
void fp64_unescaped_do (struct fp64_unescaped *s, GLuint *unescaped, GLuint active_count, GLuint vbo, GLuint query)

Data Structure Documentation

struct fp64_unescaped

Definition at line 10 of file fp64_unescaped.h.

Data Fields
GLint cne0
GLuint program
GLuint vao
GLint zdz0

Function Documentation

void fp64_unescaped_begin ( struct fp64_unescaped s)

Definition at line 13 of file fp64_unescaped.c.

References fp64_unescaped::cne0, compile_program_tf(), D, fp64_unescaped_geom, fp64_unescaped_varyings, fp64_unescaped_vert, fp64_unescaped::program, fp64_unescaped::vao, and fp64_unescaped::zdz0.

Referenced by render_begin().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void fp64_unescaped_do ( struct fp64_unescaped s,
GLuint *  unescaped,
GLuint  active_count,
GLuint  vbo,
GLuint  query 
)

Definition at line 37 of file fp64_unescaped.c.

References D, debug_message, fp64_unescaped::program, and fp64_unescaped::vao.

void fp64_unescaped_end ( struct fp64_unescaped s)

Definition at line 20 of file fp64_unescaped.c.

References D, fp64_unescaped::program, and fp64_unescaped::vao.

Referenced by render_end().

+ Here is the caller graph for this function:

void fp64_unescaped_start ( struct fp64_unescaped s,
GLuint  vbo 
)

Definition at line 25 of file fp64_unescaped.c.

References fp64_unescaped::cne0, D, DE, debug_message, fp64_unescaped::vao, and fp64_unescaped::zdz0.

Referenced by fp64_start().

+ Here is the caller graph for this function: