(self)
| 85 | '/define', 'PLATFORM', str(PLATFORMS[self.platform]), str(self.src), str(self.dest)] + self.extra_args |
| 86 | |
| 87 | def get_mtime_line(self): |
| 88 | return f'{self.src} {self.compiled} SHADERMODEL {SHADER_MODELS[self.sm]} PLATFORM {PLATFORMS[self.platform]}' |
| 89 | |
| 90 | def get_permutations(self): |
| 91 | output = subprocess.check_output([self.compiler, '/single', '/permutations', self.src]) |