use self-define "enum class VertexAttribBaseType" instead "spirv_cross::SPIRType::BaseType"

This commit is contained in:
2020-08-25 17:44:40 +08:00
parent 5a81928c80
commit 65cbc81443
2 changed files with 35 additions and 5 deletions

View File

@@ -33,4 +33,4 @@ set(VULKAN_SPIRV_LIBS GenericCodeGen
add_library(GLSLCompiler SHARED glsl2spv.cpp VKShaderParse.h)
target_link_libraries(GLSLCompiler PRIVATE ${VULKAN_SPIRV_LIBS} ${Vulkan_LIBRARY})
target_link_libraries(GLSLCompiler PRIVATE ${VULKAN_SPIRV_LIBS})