mightymandel v16

GPU-based Mandelbrot set explorer

fpxx_init.h File Reference

(v16)

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

Go to the source code of this file.

Data Structures

struct  fpxx_init

Functions

void fpxx_init_begin (struct fpxx_init *s)
void fpxx_init_end (struct fpxx_init *s)
void fpxx_init_do (struct fpxx_init *s, GLuint *active_count, GLuint *vbo, GLuint query, int pass, int width, int height, const mpfr_t centerx, const mpfr_t centery, const mpfr_t radius, const mpfr_t refx, const mpfr_t refy)

Data Structure Documentation

struct fpxx_init

Definition at line 11 of file fpxx_init.h.

Data Fields
GLint aspect
GLint c
GLint center
GLint pass
GLuint program
GLint radius
GLuint vao

Function Documentation

void fpxx_init_begin ( struct fpxx_init s)

Definition at line 17 of file fpxx_init.c.

References fpxx_init::aspect, fpxx_init::c, fpxx_init::center, compile_program_tf(), fpxx_init_frag, fpxx_init_geom, fpxx_init_varyings, fpxx_init_vert, fpxx_init::pass, fpxx_init::program, fpxx_init::radius, and fpxx_init::vao.

Referenced by render_begin().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void fpxx_init_do ( struct fpxx_init s,
GLuint *  active_count,
GLuint *  vbo,
GLuint  query,
int  pass,
int  width,
int  height,
const mpfr_t  centerx,
const mpfr_t  centery,
const mpfr_t  radius,
const mpfr_t  refx,
const mpfr_t  refy 
)

Definition at line 32 of file fpxx_init.c.

References fpxx_init::aspect, fpxx_init::c, fpxx_init::center, D, debug_message, fpxx_init::pass, fpxx_init::program, fpxx_init::radius, and fpxx_init::vao.

Referenced by fpxx_start().

+ Here is the caller graph for this function:

void fpxx_init_end ( struct fpxx_init s)

Definition at line 27 of file fpxx_init.c.

References fpxx_init::program, and fpxx_init::vao.

Referenced by render_end().

+ Here is the caller graph for this function: