Public Member Functions | |
| def | __init__ |
| def | parse |
| def | reload |
| def | save |
Public Attributes | |
| data | |
| entry_point | |
| includes | |
| name | |
| profiles | |
| source | |
| source_bytes | |
| type | |
Static Public Attributes | |
| dictionary | PROGRAMS = {} |
parses .program scripts saves bytes to copy later self.name = name of program reference self.source = name of shader program (.cg, .glsl)
Definition at line 6583 of file io_export_ogreDotScene.py.
| def io_export_ogreDotScene.OgreProgram.__init__ | ( | self, | |
name = '', |
|||
data = '' |
|||
| ) |
Definition at line 6623 of file io_export_ogreDotScene.py.
| def io_export_ogreDotScene.OgreProgram.parse | ( | self, | |
| txt | |||
| ) |
Definition at line 6640 of file io_export_ogreDotScene.py.
| def io_export_ogreDotScene.OgreProgram.reload | ( | self | ) |
Definition at line 6604 of file io_export_ogreDotScene.py.
| def io_export_ogreDotScene.OgreProgram.save | ( | self, | |
| path | |||
| ) |
Definition at line 6592 of file io_export_ogreDotScene.py.
Definition at line 6623 of file io_export_ogreDotScene.py.
Definition at line 6623 of file io_export_ogreDotScene.py.
Definition at line 6623 of file io_export_ogreDotScene.py.
Definition at line 6623 of file io_export_ogreDotScene.py.
Definition at line 6623 of file io_export_ogreDotScene.py.
dictionary io_export_ogreDotScene.OgreProgram::PROGRAMS = {} [static] |
Definition at line 6602 of file io_export_ogreDotScene.py.
Definition at line 6623 of file io_export_ogreDotScene.py.
Definition at line 6604 of file io_export_ogreDotScene.py.
Definition at line 6640 of file io_export_ogreDotScene.py.