MCPcopy Create free account
hub / github.com/JeanPhilippeKernel/RendererEngine / ~FrameBuffer

Method ~FrameBuffer

ZEngine/src/FrameBuffer.cpp:11–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9 }
10
11 FrameBuffer::~FrameBuffer() {
12 glDeleteTextures(1, &m_texture_color_depth_attachment);
13 glDeleteTextures(1, &m_texture_color_attachment_identifier);
14 glDeleteFramebuffers(1, &m_framebuffer_identifier);
15 }
16
17 GLuint FrameBuffer::GetIdentifier() const {
18 return m_framebuffer_identifier;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected