[Feat] (MG_Util/ShaderTranspiler): Implement simple shader compile

This commit is contained in:
2025-07-20 19:54:29 +08:00
parent 0388cd316b
commit 18675f72f3
13 changed files with 436 additions and 10 deletions
+2 -3
View File
@@ -1,8 +1,7 @@
cmake_minimum_required(VERSION 3.14)
project(MobileGLTest)
# GoogleTest requires at least C++17
set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD 23)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
include(FetchContent)
@@ -31,4 +30,4 @@ include(GoogleTest)
gtest_discover_tests(SanityTest)
add_subdirectory(Buffer)
#add_subdirectory(Program)
add_subdirectory(Program)