Skip to content

Commit

Permalink
🚨 Fix: use the main branch of Cool
Browse files Browse the repository at this point in the history
  • Loading branch information
JulesFouchy committed Dec 20, 2023
1 parent e51870e commit 3f27d9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cool
Submodule Cool updated 73 files
+3 βˆ’0 .gitmodules
+1 βˆ’1 lib/Audio
+1 βˆ’1 lib/exe_path
+1 βˆ’0 lib/glm
+1 βˆ’1 lib/glpp-extended
+1 βˆ’1 lib/imgui-node-editor
+0 βˆ’1 res/shaders/camera.glsl
+4 βˆ’13 src/Cool/AppManager/AppManager.cpp
+36 βˆ’23 src/Cool/Audio/AudioManager.cpp
+3 βˆ’1 src/Cool/Audio/AudioManager.h
+0 βˆ’6 src/Cool/Camera/Camera.cpp
+0 βˆ’2 src/Cool/Camera/Camera.h
+0 βˆ’2 src/Cool/Camera/CameraShaderU.h
+0 βˆ’6 src/Cool/DebugOptions/generate_debug_options.py
+0 βˆ’24 src/Cool/DebugOptions/generated/DebugOptions.inl
+0 βˆ’2 src/Cool/Dependencies/Input.h
+1 βˆ’8 src/Cool/Dependencies/InputProvider_Ref.h
+0 βˆ’23 src/Cool/Exception/Exception.cpp
+0 βˆ’17 src/Cool/Exception/Exception.h
+7 βˆ’10 src/Cool/Exporter/ExporterGui.cpp
+9 βˆ’10 src/Cool/Exporter/ExporterGui.h
+2 βˆ’2 src/Cool/Exporter/ExporterU.cpp
+4 βˆ’1 src/Cool/Exporter/ExporterU.h
+3 βˆ’4 src/Cool/Exporter/VideoExportProcess.cpp
+2 βˆ’2 src/Cool/Exporter/VideoExportProcess.h
+6 βˆ’5 src/Cool/Exporter/internal/Polaroid.h
+2 βˆ’7 src/Cool/File/File.cpp
+1 βˆ’24 src/Cool/Gpu/DoubleBufferedRenderTarget.cpp
+1 βˆ’7 src/Cool/Gpu/DoubleBufferedRenderTarget.h
+6 βˆ’7 src/Cool/Gpu/OpenGL/ComputeShader.cpp
+1 βˆ’1 src/Cool/Gpu/OpenGL/ComputeShader.h
+17 βˆ’6 src/Cool/Gpu/OpenGL/FrameBuffer.cpp
+8 βˆ’9 src/Cool/Gpu/OpenGL/FrameBuffer.h
+24 βˆ’17 src/Cool/Gpu/OpenGL/FullscreenPipeline.cpp
+9 βˆ’5 src/Cool/Gpu/OpenGL/RenderBufferFB.cpp
+2 βˆ’2 src/Cool/Gpu/OpenGL/RenderBufferFB.h
+5 βˆ’30 src/Cool/Gpu/OpenGL/SSBO.h
+2 βˆ’2 src/Cool/Gpu/OpenGL/Shader.cpp
+1 βˆ’8 src/Cool/Gpu/OpenGL/Shader.tpp
+17 βˆ’36 src/Cool/Gpu/OpenGL/ShaderModule.cpp
+11 βˆ’7 src/Cool/Gpu/OpenGL/TextureFB.cpp
+4 βˆ’3 src/Cool/Gpu/OpenGL/TextureFB.h
+2 βˆ’2 src/Cool/Gpu/OpenGL/preprocess_shader_source.cpp
+1 βˆ’1 src/Cool/Gpu/ShaderDescription.h
+3 βˆ’3 src/Cool/Gpu/TextureSamplerLibrary.cpp
+7 βˆ’12 src/Cool/Gpu/internal/RenderTarget_Base.h
+1 βˆ’12 src/Cool/Image/AspectRatio.cpp
+0 βˆ’2 src/Cool/Log/OptionalErrorMessage.h
+2 βˆ’2 src/Cool/MultiThread/ThreadPool.tpp
+2 βˆ’2 src/Cool/Nodes/Editor.h
+7 βˆ’7 src/Cool/Nodes/EditorImpl.cpp
+4 βˆ’4 src/Cool/Nodes/EditorImpl.h
+2 βˆ’2 src/Cool/Nodes/GetNodeDefinition_Ref.h
+11 βˆ’11 src/Cool/Nodes/Graph.cpp
+1 βˆ’1 src/Cool/Nodes/Graph.h
+3 βˆ’3 src/Cool/Nodes/IEditor.h
+5 βˆ’5 src/Cool/Nodes/NodesConfig.h
+4 βˆ’3 src/Cool/Nodes/NodesDefinitionUpdater.h
+3 βˆ’3 src/Cool/Nodes/as_reg_id.h
+0 βˆ’110 src/Cool/Particles/ParticleSystem.cpp
+0 βˆ’57 src/Cool/Particles/ParticleSystem.h
+15 βˆ’57 src/Cool/String/String.cpp
+2 βˆ’20 src/Cool/String/String.h
+23 βˆ’18 src/Cool/String/test.cpp
+2 βˆ’2 src/Cool/Time/Clock.h
+2 βˆ’3 src/Cool/Time/ClockU.cpp
+1 βˆ’1 src/Cool/Time/ClockU.h
+1 βˆ’1 src/Cool/Time/Clock_FixedTimestep.cpp
+1 βˆ’1 src/Cool/Time/Clock_FixedTimestep.h
+10 βˆ’14 src/Cool/Time/Clock_Realtime.cpp
+5 βˆ’2 src/Cool/Time/Clock_Realtime.h
+2 βˆ’2 src/Cool/Variables/PresetManager.h
+1 βˆ’1 src/Cool/Webcam/WebcamsConfigs.h

0 comments on commit 3f27d9e

Please sign in to comment.