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

Function get_outputs

shadercompiler/pythonBuildScript/build.py:105–108  ·  view source on GitHub ↗
(path, platforms, shader_models, compiler, warnings, extra_args, staging)

Source from the content-addressed store, hash-verified

103
104
105def get_outputs(path, platforms, shader_models, compiler, warnings, extra_args, staging):
106 for platform in platforms:
107 for sm in shader_models:
108 yield WorkItem(path, platform, sm, compiler, warnings, extra_args, staging)
109
110
111class WorkItemProcessor:

Callers 1

buildFunction · 0.85

Calls 1

WorkItemClass · 0.85

Tested by

no test coverage detected