#include <stdbool.h>
#include <GL/glew.h>
#include <mpfr.h>
Go to the source code of this file.
Data Structures | |
struct | fp64_escaped |
Functions | |
void | fp64_escaped_begin (struct fp64_escaped *s) |
void | fp64_escaped_end (struct fp64_escaped *s) |
void | fp64_escaped_start (struct fp64_escaped *s, GLuint tex, GLuint fbo, GLuint vbo, double escaperadius2, int width, int height, const mpfr_t centerx, const mpfr_t centery, const mpfr_t radius) |
void | fp64_escaped_do (struct fp64_escaped *s, GLuint active_count) |
struct fp64_escaped |
Definition at line 12 of file fp64_escaped.h.
Data Fields | ||
---|---|---|
GLint | aspect | |
GLint | center | |
GLint | cne0 | |
GLint | loger2 | |
GLuint | program | |
GLint | pxs | |
GLint | radius | |
GLuint | vao | |
GLint | zdz0 |
void fp64_escaped_begin | ( | struct fp64_escaped * | s | ) |
Definition at line 16 of file fp64_escaped.c.
References fp64_escaped::aspect, fp64_escaped::center, fp64_escaped::cne0, compile_program(), D, fp64_escaped_frag, fp64_escaped_geom, fp64_escaped_vert, fp64_escaped::loger2, fp64_escaped::program, fp64_escaped::pxs, fp64_escaped::radius, fp64_escaped::vao, and fp64_escaped::zdz0.
Referenced by render_begin().
void fp64_escaped_do | ( | struct fp64_escaped * | s, |
GLuint | active_count | ||
) |
Definition at line 64 of file fp64_escaped.c.
References D, debug_message, fp64_escaped::program, and fp64_escaped::vao.
void fp64_escaped_end | ( | struct fp64_escaped * | s | ) |
Definition at line 28 of file fp64_escaped.c.
References D, fp64_escaped::program, and fp64_escaped::vao.
Referenced by render_end().
void fp64_escaped_start | ( | struct fp64_escaped * | s, |
GLuint | tex, | ||
GLuint | fbo, | ||
GLuint | vbo, | ||
double | escaperadius2, | ||
int | width, | ||
int | height, | ||
const mpfr_t | centerx, | ||
const mpfr_t | centery, | ||
const mpfr_t | radius | ||
) |
Definition at line 33 of file fp64_escaped.c.
References fp64_escaped::aspect, fp64_escaped::center, fp64_escaped::cne0, D, DE, debug_message, fp64_escaped::loger2, fp64_escaped::program, fp64_escaped::pxs, fp64_escaped::radius, fp64_escaped::vao, and fp64_escaped::zdz0.
Referenced by fp64_start().