MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / getDefaultPass

Method getDefaultPass

Source/Node/DrawNode.cpp:381–383  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

379 , _lastState(BGFX_STATE_NONE) { }
380
381Pass* DrawRenderer::getDefaultPass() const noexcept {
382 return _defaultPass;
383}
384
385void DrawRenderer::push(DrawNode* node) {
386 uint64_t state = node->getRenderState();

Callers 1

drawFullScreenStencilMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected