mightymandel v16

GPU-based Mandelbrot set explorer

fp32_unescaped.c File Reference

(v16)

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

Go to the source code of this file.

Functions

void fp32_unescaped_begin (struct fp32_unescaped *s)
void fp32_unescaped_end (struct fp32_unescaped *s)
void fp32_unescaped_start (struct fp32_unescaped *s, GLuint vbo)
void fp32_unescaped_do (struct fp32_unescaped *s, GLuint *unescaped, GLuint active_count, GLuint vbo, GLuint query)

Variables

const char * fp32_unescaped_vert
const char * fp32_unescaped_geom
const GLchar * fp32_unescaped_varyings [] = {"cne", "zdz"}

Function Documentation

void fp32_unescaped_begin ( struct fp32_unescaped s)

Definition at line 13 of file fp32_unescaped.c.

References fp32_unescaped::cne0, compile_program_tf(), D, fp32_unescaped_geom, fp32_unescaped_varyings, fp32_unescaped_vert, fp32_unescaped::program, fp32_unescaped::vao, and fp32_unescaped::zdz0.

Referenced by render_begin().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void fp32_unescaped_do ( struct fp32_unescaped s,
GLuint *  unescaped,
GLuint  active_count,
GLuint  vbo,
GLuint  query 
)

Definition at line 37 of file fp32_unescaped.c.

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

void fp32_unescaped_end ( struct fp32_unescaped s)

Definition at line 20 of file fp32_unescaped.c.

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

Referenced by render_end().

+ Here is the caller graph for this function:

void fp32_unescaped_start ( struct fp32_unescaped s,
GLuint  vbo 
)

Definition at line 25 of file fp32_unescaped.c.

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

Referenced by fp32_start().

+ Here is the caller graph for this function:

Variable Documentation

const char* fp32_unescaped_geom

Referenced by fp32_unescaped_begin().

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

Definition at line 11 of file fp32_unescaped.c.

Referenced by fp32_unescaped_begin().

const char* fp32_unescaped_vert

Referenced by fp32_unescaped_begin().