vk::ImageLayout::PRESENT_SRC_KHR missing? #558
-
I am trying to use the constant in the title which is used in the example code. However, I get an error about it not existing, and indeed when I search the repository for this constant the only results are three usages - two in the example code and one in the Debug implementation. Am I dense, or is it missing from the project? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
Beta Was this translation helpful? Give feedback.
https://github.com/MaikKlein/ash/blob/cebfd544fc609b14646892fc260911d11dac1ea0/ash/src/vk/extensions.rs#L611