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

Method FrameBuffer

ZEngine/src/FrameBuffer.cpp:7–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5namespace ZEngine::Rendering::Buffers {
6
7 FrameBuffer::FrameBuffer(const FrameBufferSpecification& specification) : m_specification(specification) {
8 this->Resize();
9 }
10
11 FrameBuffer::~FrameBuffer() {
12 glDeleteTextures(1, &m_texture_color_depth_attachment);

Callers

nothing calls this directly

Calls 1

ResizeMethod · 0.95

Tested by

no test coverage detected