MCPcopy Create free account
hub / github.com/JeanPhilippeKernel/RendererEngine / GetIdentifier

Method GetIdentifier

ZEngine/src/FrameBuffer.cpp:17–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15 }
16
17 GLuint FrameBuffer::GetIdentifier() const {
18 return m_framebuffer_identifier;
19 }
20
21 void FrameBuffer::Bind() const {
22 glBindFramebuffer(GL_FRAMEBUFFER, m_framebuffer_identifier);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected