We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 530375a + ef8a38b commit 8f38493Copy full SHA for 8f38493
src/Renderer/DeferredRenderer.cpp
@@ -7,6 +7,8 @@
7
#include <glm/matrix.hpp>
8
#include <glm/gtc/type_ptr.hpp>
9
10
+constexpr bgfx::TextureFormat::Enum DeferredRenderer::gBufferAttachmentFormats[DeferredRenderer::GBufferAttachment::Count - 1];
11
+
12
DeferredRenderer::DeferredRenderer(const Scene* scene) :
13
Renderer(scene),
14
pointLightVertexBuffer(BGFX_INVALID_HANDLE),
0 commit comments