增加新的VertexInput类,用于存储vbo输入数据布局

This commit is contained in:
2019-04-16 02:23:03 +08:00
parent 276d179186
commit 90d33abe0b
5 changed files with 95 additions and 1 deletions

View File

@@ -18,11 +18,13 @@ SET(VULKAN_TEST_SOURCE_FILES main.cpp
# VKDescriptorSet.cpp
VKRenderPass.cpp
VKShader.cpp
VKVertexInput.cpp
)
SET(VULKAN_TEST_HEADER_FILES VK.h
VKInstance.h
VKPhysicalDevice.h
VKCommandBuffer.h
VKSurfaceExtensionName.h
RenderSurfaceAttribute.h
RenderSurface.h
@@ -31,6 +33,7 @@ SET(VULKAN_TEST_HEADER_FILES VK.h
# VKDescriptorSet.h
VKRenderPass.h
VKShader.h
VKVertexInput.h
Window.h)
SET(SHADER_FILES shader_compile.bat