#include <GL/glew.h>
#include <mpfr.h>
Go to the source code of this file.
Data Structures | |
struct | fp32_init |
Functions | |
void | fp32_init_begin (struct fp32_init *s) |
void | fp32_init_end (struct fp32_init *s) |
void | fp32_init_do (struct fp32_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 fp32_init |
Definition at line 11 of file fp32_init.h.
Data Fields | ||
---|---|---|
GLint | c | |
GLint | center | |
GLuint | program | |
GLint | radius | |
GLuint | vao |
void fp32_init_begin | ( | struct fp32_init * | s | ) |
Definition at line 14 of file fp32_init.c.
References fp32_init::c, fp32_init::center, compile_program_tf(), D, fp32_init_varyings, fp32_init_vert, fp32_init::program, fp32_init::radius, and fp32_init::vao.
Referenced by render_begin().
void fp32_init_do | ( | struct fp32_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 fp32_init.c.
References fp32_init::c, fp32_init::center, D, debug_message, fp32_init::program, fp32_init::radius, and fp32_init::vao.
Referenced by fp32_start().
void fp32_init_end | ( | struct fp32_init * | s | ) |
Definition at line 22 of file fp32_init.c.
References D, fp32_init::program, and fp32_init::vao.
Referenced by render_end().