Available on crate feature
unstable only.Expand description
Vulkan layer utilities that are used in the integration tests to implement mock layers. The utilities may benefit the layer implementation, but there is no stability guarantee on those APIs.
Structs§
- ApiVersion
- Vulkan API version number.
- Lazy
Collection - A collection wrapper, that guarantees that an empty collection can be trivially destructed.
Enums§
- Feature
- A union type of extensions and core API version.
Traits§
- Check
Empty - The CheckEmpty trait allows to check if a collection is empty.
- IsCommand
Enabled - Used to extend an iterator of
Feature.