MCPcopy Create free account
hub / github.com/Illation/ETEngine / Enable

Method Enable

Engine/source/EtRendering/GraphicsTypes/FrameBuffer.cpp:70–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70void FrameBuffer::Enable(bool active)
71{
72 Viewport::GetCurrentApiContext()->BindFramebuffer(active ? m_GlFrameBuffer : 0);
73}
74
75void FrameBuffer::Draw()
76{

Callers 2

InitRenderingSystemsMethod · 0.80
OnRenderMethod · 0.80

Calls 1

BindFramebufferMethod · 0.80

Tested by

no test coverage detected