Skip to content

Commit

Permalink
⏪️ Revert "⬆ [easy_opencv]" Because we can't use latest version of Co…
Browse files Browse the repository at this point in the history
…ol just yet

This reverts commit dce8130.
  • Loading branch information
JulesFouchy committed Jan 15, 2024
1 parent d002033 commit b3b4c1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cool
Submodule Cool updated 88 files
+0 −1 .github/CODEOWNERS
+3 −3 .gitmodules
+0 −9 CMakeLists.txt
+1 −1 lib/Audio
+1 −1 lib/easy_opencv
+0 −1 lib/fix-tdr-delay
+1 −0 lib/glm
+1 −1 lib/glpp-extended
+1 −1 lib/imgui
+1 −1 lib/imgui-node-editor
+1 −1 lib/imgui_gradient
+0 −1 res/shaders/camera.glsl
+74 −0 res/shaders/math.glsl
+0 −202 res/shaders/rand.glsl
+8 −17 src/Cool/AppManager/AppManager.cpp
+0 −4 src/Cool/Audio/internal/AudioInput_Device.cpp
+2 −3 src/Cool/Audio/internal/AudioInput_Device.h
+0 −5 src/Cool/Camera/Camera.cpp
+0 −1 src/Cool/Camera/Camera.h
+0 −12 src/Cool/Camera/CameraShaderU.cpp
+9 −3 src/Cool/Camera/CameraShaderU.h
+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
+3 −1 src/Cool/Gpu/OpenGL/ComputeShader.h
+18 −9 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
+6 −31 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
+4 −10 src/Cool/ImGui/ImGuiExtras.cpp
+1 −3 src/Cool/ImGui/ImGuiExtras.h
+1 −12 src/Cool/Image/AspectRatio.cpp
+6 −3 src/Cool/Input/MouseDragManager.h
+0 −2 src/Cool/Input/MouseMoveEvent.h
+2 −4 src/Cool/Log/OptionalErrorMessage.h
+2 −2 src/Cool/MultiThread/ThreadPool.tpp
+2 −2 src/Cool/Nodes/Editor.h
+10 −10 src/Cool/Nodes/EditorImpl.cpp
+5 −5 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 −12 src/Cool/Nodes/NodesConfig.h
+4 −3 src/Cool/Nodes/NodesDefinitionUpdater.h
+5 −10 src/Cool/Nodes/NodesLibrary.cpp
+1 −4 src/Cool/Nodes/NodesLibrary.h
+3 −3 src/Cool/Nodes/as_reg_id.h
+0 −115 src/Cool/Particles/ParticleSystem.cpp
+0 −64 src/Cool/Particles/ParticleSystem.h
+2 −2 src/Cool/Serialization/Serialization.h
+15 −57 src/Cool/String/String.cpp
+2 −20 src/Cool/String/String.h
+23 −18 src/Cool/String/test.cpp
+3 −4 src/Cool/StrongTypes/set_uniform.h
+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
+6 −8 src/Cool/View/View.cpp
+1 −1 src/Cool/View/View.h

0 comments on commit b3b4c1b

Please sign in to comment.