| 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); |
nothing calls this directly
no outgoing calls
no test coverage detected