mightymandel v16

GPU-based Mandelbrot set explorer

texture.h
Go to the documentation of this file.
1 // mightymandel -- GPU-based Mandelbrot Set explorer
2 // Copyright (C) 2012,2013,2014,2015 Claude Heiland-Allen
3 // License GPL3+ http://www.gnu.org/licenses/gpl.html
4 
5 #ifndef TEXTURE_H
6 #define TEXTURE_H 1
7 
16 #define TEX_RGB 0
17 
21 #define TEX_RAW 1
22 
26 #define TEX_FILLC 2
27 
31 #define TEX_ORBIT 3
32 
36 #define TEX_SLICE_NUMBER 4
37 
41 #define TEX_SLICE_COORDS 5
42 
43 #endif