Tagged Questions
1
vote
0answers
98 views
possible glsl compiler bug on samsung galaxy tab 2?
This is an example taken from some real code. This doesn't compile on my Samsung Galaxy Tab 2:
#define some_macro(x_)
void some_function(vec4 some_arg some_macro(FOO))
{
}
The idea is that the ...