removed ShaderMaker and ShaderBuilder

This commit is contained in:
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

Submodule CMCore updated: 59f7b25075...41a2f9af72

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)

Submodule ShaderBuilder deleted from 20f2911ddd

Submodule ShaderMaker deleted from 91e6ac1bfc