MCPcopy Create free account
hub / github.com/crownengine/crown / end

Method end

3rdparty/bgfx/src/bgfx.cpp:2294–2306  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2292 }
2293
2294 void Context::end(Encoder* _encoder)
2295 {
2296#if BGFX_CONFIG_MULTITHREADED
2297 EncoderImpl* encoder = reinterpret_cast<EncoderImpl*>(_encoder);
2298 if (encoder != &m_encoder[0])
2299 {
2300 encoder->end(true);
2301 m_encoderEndSem.post();
2302 }
2303#else
2304 BX_UNUSED(_encoder);
2305#endif // BGFX_CONFIG_MULTITHREADED
2306 }
2307
2308 uint32_t Context::frame(bool _capture)
2309 {

Callers 15

writeMethod · 0.45
parseInOutFunction · 0.45
compileShaderFunction · 0.45
compileFunction · 0.45
compileFunction · 0.45
initMethod · 0.45
submitMethod · 0.45
shutdownMethod · 0.45
frameMethod · 0.45
endFunction · 0.45
findMethod · 0.45
invalidateMethod · 0.45

Calls 1

postMethod · 0.45

Tested by

no test coverage detected