定义Material/MaterialInstance

This commit is contained in:
2019-04-25 10:09:56 +08:00
parent 5e9bb09621
commit ffcf03dfd3
6 changed files with 78 additions and 3 deletions

View File

@@ -25,6 +25,7 @@ SET(VULKAN_TEST_SOURCE_FILES main.cpp
VKSemaphore.cpp
VKFramebuffer.cpp
VKFence.cpp
VKMaterial.cpp
)
SET(VULKAN_TEST_HEADER_FILES VK.h
@@ -47,6 +48,7 @@ SET(VULKAN_TEST_HEADER_FILES VK.h
VKPipeline.h
VKFramebuffer.h
VKFence.h
VKMaterial.h
Window.h)
SET(SHADER_FILES shader_compile.bat