mightymandel v16

GPU-based Mandelbrot set explorer

texture.c File Reference

(v16)

Go to the source code of this file.

Variables

int texture_c_cant_be_empty = 0
 Random hack.

Variable Documentation

int texture_c_cant_be_empty = 0

Random hack.

ISO C99 doesn't allow empty translation units, so it was easier to add a dummy variable than to fix the Makefile to allow headers without corresponding implementation files.

Definition at line 12 of file texture.c.