mightymandel v16

GPU-based Mandelbrot set explorer

fpxx_escaped_frag.glsl
Go to the documentation of this file.
1 // mightymandel -- GPU-based Mandelbrot Set explorer
2 // Copyright (C) 2012,2013,2014 Claude Heiland-Allen
3 // License GPL3+ http://www.gnu.org/licenses/gpl.html
4 
5 flat in vec4 ida1;
6 out layout(location = 0, index = 0) vec4 ida;
7 void main() {
8  ida = ida1;
9 }