[Feat] (MG_Backend/DirectVulkan/VertexInputStateManager): impelement VertexInputStateManager

This commit is contained in:
2026-02-09 21:31:27 +08:00
parent cd3ff1f881
commit 358efe4d1b
3 changed files with 273 additions and 1 deletions
+2 -1
View File
@@ -214,6 +214,7 @@ set(SOURCE_FILES
MobileGL/MG_Backend/DirectVulkan/Renderer/FrameContext.cpp
MobileGL/MG_Backend/DirectVulkan/Renderer/VulkanRenderer.cpp
MobileGL/MG_Backend/DirectVulkan/Managers/ProgramManager.cpp
MobileGL/MG_Backend/DirectVulkan/Managers/VertexInputStateManager.cpp
MobileGL/MG_State/GLState/Core.cpp
MobileGL/MG_State/GLState/ErrorState/Error.cpp
@@ -346,4 +347,4 @@ if (NOT ANDROID)
if (MOBILEGL_BUILD_BENCHMARK)
add_subdirectory(MobileGL/MG_Benchmark)
endif()
endif()
endif()