Skip to main content

Crate vulkan_rust_sys

Crate vulkan_rust_sys 

Source
Expand description

Raw Vulkan FFI types generated from vk.xml.

Do not edit by hand,regenerate with the generator crate.

Every type carries a spec link, and structs include metadata from vk.xml: extension provenance, pNext chain relationships, member annotations (optional, length-of, thread safety).

Modules§

bitmasks
builders
commands
constants
enums
extension_names
handles
structs

Structs§

StringArray
A fixed-size array containing a null-terminated C string.

Type Aliases§

DescriptionName
Description string, from LayerProperties::description.
DeviceName
Physical device name string, from PhysicalDeviceProperties::device_name.
DriverInfo
Driver info string, from PhysicalDeviceDriverProperties::driver_info.
DriverName
Driver name string, from PhysicalDeviceDriverProperties::driver_name.
ExtensionName
Extension name string, e.g. from ExtensionProperties::extension_name.
LayerName
Layer name string, e.g. from LayerProperties::layer_name.