![]() |
naev 0.12.5
|


Public Member Functions | |
| __init__ (self, name, fs_path) | |
| header_chunks (self) | |
| source_chunks (self) | |
| Public Member Functions inherited from shaders_c_gen.Shader | |
| __init__ (self, name, vs_path, fs_path, attributes, uniforms, subroutines={}, geom_path=None) | |
| __lt__ (self, other) | |
Additional Inherited Members | |
| Data Fields inherited from shaders_c_gen.Shader | |
| name = name | |
| vs_path = vs_path | |
| fs_path = fs_path | |
| geom_path = geom_path | |
| attributes = attributes | |
| uniforms = uniforms | |
| subroutines = subroutines | |
Definition at line 53 of file shaders_c_gen.py.
| shaders_c_gen.SimpleShader.__init__ | ( | self, | |
| name, | |||
| fs_path ) |
Definition at line 54 of file shaders_c_gen.py.
| shaders_c_gen.SimpleShader.header_chunks | ( | self | ) |
Reimplemented from shaders_c_gen.Shader.
Definition at line 58 of file shaders_c_gen.py.
| shaders_c_gen.SimpleShader.source_chunks | ( | self | ) |
Reimplemented from shaders_c_gen.Shader.
Definition at line 60 of file shaders_c_gen.py.