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
As titled. I got the exception thrown at line 492 in compositor.cpp while trying to start it up. It looks like it detected all the extensions except for VK_KHR_incremental_present.
(Also, as a suggestion, it is possible to also list which extensions chamfer is looking for before the listing of detected ones? Just so I don't need to go back to the code to figure out what was missing)
By "detected all the extensions" I mean, everything here except VK_KHR_incremental_presentfrom line 467.
Very late reply, but I will make the incremental present optional, since it's not strictly necessary. Listing all the extensions is also a good suggestion, I will implement something for that. Got a bit more time to work on this again. Thank you for your report.
As titled. I got the exception thrown at line 492 in
compositor.cpp
while trying to start it up. It looks like it detected all the extensions except forVK_KHR_incremental_present
.(Also, as a suggestion, it is possible to also list which extensions
chamfer
is looking for before the listing of detected ones? Just so I don't need to go back to the code to figure out what was missing)By "detected all the extensions" I mean, everything here except
VK_KHR_incremental_present
from line 467.The text was updated successfully, but these errors were encountered: