mightymandel v16

GPU-based Mandelbrot set explorer

fp64_step.c File Reference

(v16)

#include "fp64_step.h"
#include "shader.h"
#include "logging.h"
+ Include dependency graph for fp64_step.c:

Go to the source code of this file.

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)

Variables

const char * fp64_step_vert
const GLchar * fp64_step_varyings [] = {"cne", "zdz"}

Function Documentation

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

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

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

+ Here is the caller graph for this function:

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

+ Here is the caller graph for this function:

Variable Documentation

const GLchar* fp64_step_varyings[] = {"cne", "zdz"}

Definition at line 10 of file fp64_step.c.

Referenced by fp64_step_begin().

const char* fp64_step_vert

Referenced by fp64_step_begin().