You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But as far as I can tell, the vulkan specification only requires this bit for descriptors and ray tracing. I don't believe that either of those apply to the example.
The text was updated successfully, but these errors were encountered:
The VK_KHR_buffer_device_address example says that VK_BUFFER_USAGE_STORAGE_BUFFER_BIT is required:
Vulkan-Samples/samples/extensions/buffer_device_address/buffer_device_address.cpp
Lines 239 to 242 in 43c23e5
But as far as I can tell, the vulkan specification only requires this bit for descriptors and ray tracing. I don't believe that either of those apply to the example.
The text was updated successfully, but these errors were encountered: