File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ class clusterui_sink : public sinks::base_sink<Mutex>
2121 {
2222 // msg.payload is the raw string without any formatting
2323 memory_buf_t formatted;
24- base_sink:: formatter_->format (msg, formatted);
24+ this -> formatter_ ->format (msg, formatted);
2525 func (fmt::to_string (formatted).c_str (), msg.level );
2626 }
2727
Original file line number Diff line number Diff line change 77#include < glm/matrix.hpp>
88#include < glm/gtc/type_ptr.hpp>
99
10+ constexpr bgfx::TextureFormat::Enum DeferredRenderer::gBufferAttachmentFormats [DeferredRenderer::GBufferAttachment::Count - 1 ];
11+
1012DeferredRenderer::DeferredRenderer (const Scene* scene) :
1113 Renderer(scene),
1214 pointLightVertexBuffer(BGFX_INVALID_HANDLE),
You can’t perform that action at this time.
0 commit comments