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
If you dont understand something just leave it.
If you can provide more detailed information than the template allows for, please ignore the template and present all of your findings.
Version of vulkano: TODO
OS: TODO
GPU (the selected PhysicalDevice): TODO
GPU Driver: TODO
Upload of a reasonably minimal complete main.rs file that demonstrates the issue: TODO
Issue
The Vulkan 1.3 triangle example doesn't exactly need Vulkan 1.3 API. You can lower the API requirement (for physical devices) to 1.0, and enable khr_dynamic_rendering in DeviceExtensions.
The text was updated successfully, but these errors were encountered:
When I made this, I wanted to avoid complicating the example code (since it's meant as an introduction). But maybe you're right, it should work with khr_dynamic_rendering too.
Template
If you dont understand something just leave it.
If you can provide more detailed information than the template allows for, please ignore the template and present all of your findings.
main.rs
file that demonstrates the issue: TODOIssue
The Vulkan 1.3 triangle example doesn't exactly need Vulkan 1.3 API. You can lower the API requirement (for physical devices) to 1.0, and enable
khr_dynamic_rendering
inDeviceExtensions
.The text was updated successfully, but these errors were encountered: