|
Makeprojects
|
Data and code to support GLSL targets. More...
Functions | |
| make_glsl_command (command_dict, source_file) | |
| Create GLSL command line. | |
Variables | |
| tuple | GLSL_BOOLEANS |
| Boolean list for GLSL, Name, Default, switches. | |
| tuple | GLSL_STRINGS |
| Name, default, switch, generates output, quote parameters. | |
Data and code to support GLSL targets.
This module contains data, classes and functions to support building GLSL files
| makeprojects.glsl_support.make_glsl_command | ( | command_dict, | |
| source_file ) |
Create GLSL command line.
| command_dict | Dict with command overrides |
| source_file | File to process |
| tuple makeprojects.glsl_support.GLSL_BOOLEANS |
Boolean list for GLSL, Name, Default, switches.
| tuple makeprojects.glsl_support.GLSL_STRINGS |
Name, default, switch, generates output, quote parameters.