luca-piccioni / OpenGL.Net

Modern OpenGL bindings for C#.
MIT License
567 stars 107 forks source link

ShaderPreprocessorParser.cs may be incomplete #130

Closed enoughpoints closed 5 years ago

enoughpoints commented 5 years ago

Parser method is missing in ShaderPreprocessorParser.cs at line 322

luca-piccioni commented 5 years ago

It is generated dynamically by Pegasus based on the relative grammar file.

Maybe Nuget packages are not installed correctly.

enoughpoints commented 5 years ago

Thanks for the reply ,now the problem is solved. Great works!

luca-piccioni commented 5 years ago

Thanks.

Keep attention: I just found a bug in the preprocessor logic about #elif statement... I'll correct it within the next days.