MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / Get

Method Get

Source/Engine/Debug/DebugDraw.cpp:182–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180 }
181
182 FORCE_INLINE GPUPipelineState* Get(bool depthWrite, bool depthTest)
183 {
184 if (depthWrite)
185 return depthTest ? DepthWrite : NoDepthTestDepthWrite;
186 return depthTest ? Depth : NoDepthTest;
187 }
188};
189
190template<typename T>

Callers 14

BuildNameFunction · 0.45
ExecuteMethod · 0.45
SearchMethod · 0.45
IterateMethod · 0.45
GetCommandNameMethod · 0.45
WriteListFunction · 0.45
DebugDraw.cppFile · 0.45
DrawText3DFunction · 0.45
DrawMethod · 0.45
DrawLinesMethod · 0.45
DrawWireSphereMethod · 0.45
DrawTrianglesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected