vulkan: Use dynamic vertex buffer strides when dynamic bindings unavailable. (#1164)

This commit is contained in:
squidbus
2024-09-30 23:54:06 -07:00
committed by GitHub
parent 82c7c6aed1
commit bf3e43b016
7 changed files with 65 additions and 26 deletions

View File

@@ -8,7 +8,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED True)
if(APPLE)
enable_language(OBJC)
set(CMAKE_OSX_DEPLOYMENT_TARGET 11)
set(CMAKE_OSX_DEPLOYMENT_TARGET 14)
endif()
if (NOT CMAKE_BUILD_TYPE)