MCPcopy Create free account
hub / github.com/OpenMW/openmw / getProgram

Method getProgram

components/compiler/output.cpp:16–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14 }
15
16 Interpreter::Program Output::getProgram() const
17 {
18 return Interpreter::Program{
19 .mInstructions = mCode,
20 .mIntegers = mLiterals.getIntegers(),
21 .mFloats = mLiterals.getFloats(),
22 .mStrings = mLiterals.getStrings(),
23 };
24 }
25
26 const Literals& Output::getLiterals() const
27 {

Callers 15

enableShadersMethod · 0.45
createPassesFunction · 0.45
DebugDrawerMethod · 0.45
ObjectMethod · 0.45
compileMethod · 0.45
compileMethod · 0.45
compileMethod · 0.45
PingPongCanvasMethod · 0.45
DepthCameraUpdaterMethod · 0.45
setupFragmentPipelineMethod · 0.45
setupComputePipelineMethod · 0.45

Calls

no outgoing calls

Tested by 1

compileMethod · 0.36