#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"
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) |
void record_begin | ( | struct record * | s | ) |
Definition at line 15 of file record.c.
References record::buffer, and record::bytes.
Referenced by main().
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().
void record_end | ( | struct record * | s | ) |
Definition at line 20 of file record.c.
References record::buffer, and record::bytes.
Referenced by main().