#include <GL/glew.h>
#include <mpfr.h>
Go to the source code of this file.
Data Structures | |
struct | fp64_init |
Functions | |
void | fp64_init_begin (struct fp64_init *s) |
void | fp64_init_end (struct fp64_init *s) |
void | fp64_init_do (struct fp64_init *s, GLuint *active_count, GLuint *vbo, GLuint query, int width, int height, const mpfr_t centerx, const mpfr_t centery, const mpfr_t radius) |
struct fp64_init |
Definition at line 11 of file fp64_init.h.
Data Fields | ||
---|---|---|
GLint | c | |
GLint | center | |
GLuint | program | |
GLint | radius | |
GLuint | vao |
void fp64_init_begin | ( | struct fp64_init * | s | ) |
Definition at line 14 of file fp64_init.c.
References fp64_init::c, fp64_init::center, compile_program_tf(), fp64_init_varyings, fp64_init_vert, fp64_init::program, fp64_init::radius, and fp64_init::vao.
Referenced by render_begin().
void fp64_init_do | ( | struct fp64_init * | s, |
GLuint * | active_count, | ||
GLuint * | vbo, | ||
GLuint | query, | ||
int | width, | ||
int | height, | ||
const mpfr_t | centerx, | ||
const mpfr_t | centery, | ||
const mpfr_t | radius | ||
) |
Definition at line 27 of file fp64_init.c.
References fp64_init::c, fp64_init::center, D, debug_message, fp64_init::program, fp64_init::radius, and fp64_init::vao.
Referenced by fp64_start().
void fp64_init_end | ( | struct fp64_init * | s | ) |
Definition at line 22 of file fp64_init.c.
References fp64_init::program, and fp64_init::vao.
Referenced by render_end().