pingjiang / glsl4idea

Automatically exported from code.google.com/p/glsl4idea
0 stars 0 forks source link

Implement support for declaring conditions. #30

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
glsl4idea plugin throws a class cast exception when annotating a for loop which 
declares a variable in the condition like so:
for(int x = 0; int n = N-x ; x++) {...}

Original issue reported on code.google.com by yngv...@gmail.com on 18 Jan 2012 at 9:26