MCPcopy Create free account
hub / github.com/davideberly/GeometricTools / PopDefines

Method PopDefines

GTE/Graphics/ProgramFactory.cpp:92–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92void ProgramFactory::PopDefines()
93{
94 if (mDefinesStack.size() > 0)
95 {
96 defines = mDefinesStack.top();
97 mDefinesStack.pop();
98 }
99}
100
101void ProgramFactory::PushFlags()
102{

Calls

no outgoing calls

Tested by 3

GPUFluid2UpdateStateMethod · 0.64
GPUFluid3UpdateStateMethod · 0.64
GpuShortestPathMethod · 0.64