vsg-dev / VulkanSceneGraph

Vulkan & C++17 based Scene Graph Project
http://www.vulkanscenegraph.org
MIT License
1.32k stars 212 forks source link

VK_INDEX_TYPE_NONE_NV undefined #64

Closed bookface closed 5 years ago

bookface commented 5 years ago

VK_INDEX_TYPE_NONE_NV undefined in BindIndexBuffer.h.

vsg-dev commented 5 years ago

VK_INDEX_TYPE_NONE_NV is new in latest VulkanSDK. I have a look at whether using VK_INDEX_TYPE_MAX_ENUM will suffice as a "not set".

vsg-dev commented 5 years ago

I have checked into master the change to VK_INDEX_TYPE_MAX_ENUM, it's not as expressive a not set parameter but should be fine:

https://github.com/vsg-dev/VulkanSceneGraph/commit/6ace897db8cafb872334969773aa23a47a409fcd