mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-02-15 16:28:52 -06:00
More coding style conformance
This commit is contained in:
@@ -45,10 +45,12 @@
|
||||
namespace {
|
||||
const char* _loggerCat = "FramebufferRenderer";
|
||||
const char* ExitFragmentShaderPath = "${SHADERS}/framebuffer/exitframebuffer.frag";
|
||||
const char* RaycastFragmentShaderPath = "${SHADERS}/framebuffer/raycastframebuffer.frag";
|
||||
const char* RaycastFragmentShaderPath =
|
||||
"${SHADERS}/framebuffer/raycastframebuffer.frag";
|
||||
const char* GetEntryInsidePath = "${SHADERS}/framebuffer/inside.glsl";
|
||||
const char* GetEntryOutsidePath = "${SHADERS}/framebuffer/outside.glsl";
|
||||
const char* RenderFragmentShaderPath = "${SHADERS}/framebuffer/renderframebuffer.frag";
|
||||
const char* RenderFragmentShaderPath =
|
||||
"${SHADERS}/framebuffer/renderframebuffer.frag";
|
||||
} // namespace
|
||||
|
||||
namespace openspace {
|
||||
|
||||
Reference in New Issue
Block a user