Skip to content

Commit

Permalink
🚚 [TextureSource] Moved to a separate folder
Browse files Browse the repository at this point in the history
  • Loading branch information
JulesFouchy committed May 23, 2024
1 parent 34b1a15 commit f6379da
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cool
Submodule Cool updated 32 files
+2 βˆ’2 src/Cool/AppManager/AppManager.cpp
+2 βˆ’2 src/Cool/Core/run.cpp
+2 βˆ’2 src/Cool/DebugOptions/debug_options_windows.cpp
+3 βˆ’3 src/Cool/Gpu/OpenGL/Shader.cpp
+1 βˆ’1 src/Cool/Gpu/OpenGL/Shader.h
+0 βˆ’0 src/Cool/TextureSource/TextureDescriptor.cpp
+0 βˆ’0 src/Cool/TextureSource/TextureDescriptor.h
+1 βˆ’1 src/Cool/TextureSource/TextureLibrary_Image.cpp
+1 βˆ’1 src/Cool/TextureSource/TextureLibrary_Image.h
+0 βˆ’0 src/Cool/TextureSource/TextureLibrary_Video.cpp
+1 βˆ’1 src/Cool/TextureSource/TextureLibrary_Video.h
+0 βˆ’0 src/Cool/TextureSource/TextureSamplerDescriptor.cpp
+0 βˆ’0 src/Cool/TextureSource/TextureSamplerDescriptor.h
+1 βˆ’1 src/Cool/TextureSource/TextureSamplerLibrary.cpp
+1 βˆ’1 src/Cool/TextureSource/TextureSamplerLibrary.h
+0 βˆ’0 src/Cool/TextureSource/TextureSource.cpp
+0 βˆ’0 src/Cool/TextureSource/TextureSource.h
+1 βˆ’1 src/Cool/TextureSource/TextureSource_Image.cpp
+0 βˆ’0 src/Cool/TextureSource/TextureSource_Image.h
+0 βˆ’0 src/Cool/TextureSource/TextureSource_Video.cpp
+0 βˆ’0 src/Cool/TextureSource/TextureSource_Video.h
+0 βˆ’0 src/Cool/TextureSource/TextureSource_Webcam.cpp
+0 βˆ’0 src/Cool/TextureSource/TextureSource_Webcam.h
+1 βˆ’1 src/Cool/TextureSource/default_textures.h
+1 βˆ’1 src/Cool/Variables/generated/Variable_TextureDescriptor_Image.inl
+1 βˆ’1 src/Cool/Variables/generated/Variable_TextureDescriptor_Video.inl
+1 βˆ’1 src/Cool/Variables/generated/Variable_TextureDescriptor_Webcam.inl
+1 βˆ’1 src/Cool/Variables/generated/all_types_includes.inl
+3 βˆ’3 src/Cool/Variables/generator_variables.py
+1 βˆ’1 src/Cool/Video/VideoDescriptor.cpp
+2 βˆ’1 src/Cool/Video/VideoPlayer.cpp
+1 βˆ’1 src/Cool/type_from_string/generated/includes.inl
2 changes: 1 addition & 1 deletion src/Module/ModuleDependencies.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "ModuleDependencies.h"
#include "Cool/Gpu/TextureDescriptor.h"
#include "Cool/String/String.h"
#include "Cool/TextureSource/TextureDescriptor.h"
#include "Nodes/Node.h"

namespace Lab {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@
#include "Cool/ColorSpaces/ColorAndAlphaSpace.h"
#include "Cool/ColorSpaces/ColorSpace.h"
#include "Cool/Exception/Exception.h"
#include "Cool/Gpu/TextureLibrary_Image.h"
#include "Cool/Midi/MidiManager.h"
#include "Cool/StrongTypes/set_uniform.h"
#include "Cool/TextureSource/TextureLibrary_Image.h"
#include "Nodes/Node.h"
#include "Nodes/valid_input_name.h"


namespace Lab {

template<typename T>
Expand Down

0 comments on commit f6379da

Please sign in to comment.