mightymandel v16

GPU-based Mandelbrot set explorer

record.c File Reference

(v16)

#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <GL/glew.h>
#include "record.h"
#include "logging.h"
#include "texture.h"
+ Include dependency graph for record.c:

Go to the source code of this file.

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)

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: