removed ShaderMaker and ShaderBuilder

This commit is contained in:
HuYingzhuo(hugo/hyzboy) 2023-03-17 10:44:26 +08:00
parent 77dd5f2680
commit 17fda54a96
6 changed files with 2 additions and 15 deletions

6
.gitmodules vendored
View File

@ -19,9 +19,6 @@
[submodule "CMAssetsManage"] [submodule "CMAssetsManage"]
path = CMAssetsManage path = CMAssetsManage
url = https://github.com/hyzboy/CMAssetsManage.git url = https://github.com/hyzboy/CMAssetsManage.git
[submodule "ShaderMaker"]
path = ShaderMaker
url = https://github.com/hyzboy/ShaderMaker.git
[submodule "Examples"] [submodule "Examples"]
path = Examples path = Examples
url = https://github.com/hyzboy/CMExamples.git url = https://github.com/hyzboy/CMExamples.git
@ -40,6 +37,3 @@
[submodule "CMQT"] [submodule "CMQT"]
path = CMQT path = CMQT
url = https://github.com/hyzboy/CMQT.git url = https://github.com/hyzboy/CMQT.git
[submodule "ShaderBuilder"]
path = ShaderBuilder
url = https://github.com/hyzboy/ShaderBuilder.git

2
CMCore

@ -1 +1 @@
Subproject commit 59f7b25075e79af4bba1579851f74efbc20e0b82 Subproject commit 41a2f9af7287765835d6b8b72a2a567be6eb17e0

@ -1 +1 @@
Subproject commit 062c9cd64239ada350cce73dd50b833759c48e56 Subproject commit 6e30c0c2ca4056b0593ea0d1770bd7485c2b2d6c

View File

@ -41,11 +41,6 @@ if(CM_BUILD_TOOLS)
# add_subdirectory(MeshConv) # add_subdirectory(MeshConv)
add_subdirectory(TextEncodeConvert) add_subdirectory(TextEncodeConvert)
add_subdirectory(ShaderBuilder)
IF(CM_BUILD_QT)
add_subdirectory(ShaderMaker)
endif(CM_BUILD_QT)
endif(CM_BUILD_TOOLS) endif(CM_BUILD_TOOLS)
OPTION(CM_BUILD_EXAMPLES OFF) OPTION(CM_BUILD_EXAMPLES OFF)

@ -1 +0,0 @@
Subproject commit 20f2911dddbb0cfa59a32d4eaee6ef6dc5139762

@ -1 +0,0 @@
Subproject commit 91e6ac1bfcded268545cc34e1706634c363d06f6