UniversityOfGdanskTeamPython / pyglslang

Python wrapper around glslang GLSL optimizing compiler and validator.
0 stars 0 forks source link

Create GLSL preprocessor #7

Closed Argmaster closed 9 months ago

Argmaster commented 10 months ago

Create preprocessor for generating GLSL code with dedicated preprocessor directives similar to C++ ones. For now following ones would be considered useful:

Update: it turns out GLSL has some preprocessor macros available, but not the #include macro, therefore maybe it would be useful to create it.