Re-exports
pub use ash;Modules
Raw Vulkan bindings and types, generated from vk.xml
Structs
Builder for AttachmentInfo.
Builder for BufferInfo.
Builder for ComputePipelineInfo.
Tuple of descriptor set index and binding index.
Builder for DescriptorPoolInfo.
A list of required features. Features that are supported but not required will not be available.
Builder for DriverConfig.
Builder for GraphicPipelineInfo.
Builder for ImageInfo.
Builder for ImageViewInfo.
Builder for RayTracePipelineInfo.
Builder for RenderPassInfo.
Builder for Shader.
Builder for SubpassDependency.
Builder for SwapchainInfo.
Enums
Defines all potential resource usages
Error type for DriverConfigBuilder
Defines a handful of layout options for images.
Rather than a list of all possible image layouts, this reduced list is
correlated with the access types to map to the correct Vulkan layouts.
Optimal is usually preferred.