MCPcopy Create free account
hub / github.com/carbonengine/trinity / get_mtime_line

Method get_mtime_line

shadercompiler/pythonBuildScript/build.py:87–88  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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])

Callers 1

get_modifiedFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected