mightymandel v16

GPU-based Mandelbrot set explorer

record.h File Reference

(v16)

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

Go to the source code of this file.

Data Structures

struct  record

Functions

void record_begin (struct record *s)
void record_end (struct record *s)
void record_do (struct record *s, const char *name, int width, int height, const char *comment)

Data Structure Documentation

struct record

Definition at line 10 of file record.h.

Data Fields
unsigned char * buffer
int bytes

Function Documentation

void record_begin ( struct record s)

Definition at line 15 of file record.c.

References record::buffer, and record::bytes.

Referenced by main().

+ Here is the caller graph for this function:

void record_do ( struct record s,
const char *  name,
int  width,
int  height,
const char *  comment 
)

Definition at line 28 of file record.c.

References record::buffer, record::bytes, LOG_ERROR, log_message, LOG_NOTICE, and TEX_RGB.

Referenced by main(), and poll_swap_buffers().

+ Here is the caller graph for this function:

void record_end ( struct record s)

Definition at line 20 of file record.c.

References record::buffer, and record::bytes.

Referenced by main().

+ Here is the caller graph for this function: