Crate librashader_runtime_vk

Source
Expand description

librashader Vulkan runtime

This crate should not be used directly. See librashader::runtime::vk instead.

Modules§

error
Vulkan shader runtime errors.
options
Vulkan shader runtime options.

Structs§

FilterChainVulkan
A Vulkan filter chain.
VulkanImage
A handle to a VkImage with size and format information.
VulkanInstance
A collection of handles needed to access the Vulkan instance.
VulkanObjects
A Vulkan device and metadata that is required by the shader runtime.