diff --git a/core/include/cubos/core/gl/debug.hpp b/core/include/cubos/core/gl/debug.hpp index b09f0de665..3be11958e8 100644 --- a/core/include/cubos/core/gl/debug.hpp +++ b/core/include/cubos/core/gl/debug.hpp @@ -95,11 +95,14 @@ namespace cubos::core::gl static gl::RenderDevice* renderDevice; static gl::ConstantBuffer mvpBuffer; - static gl::ShaderBindingPoint mvpBindingPoint, colorBindingPoint; + static gl::ShaderBindingPoint mvpBindingPoint; + static gl::ShaderBindingPoint colorBindingPoint; static gl::ShaderPipeline pipeline; - static gl::RasterState fillRasterState, wireframeRasterState; - static DebugDrawObject objCube, objSphere; + static gl::RasterState fillRasterState; + static gl::RasterState wireframeRasterState; + static DebugDrawObject objCube; + static DebugDrawObject objSphere; static std::list requests;