You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Trac3r-rust/doc/vk_sys/struct.DevicePointers.html

152 lines
400 KiB

5 years ago
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="API documentation for the Rust `DevicePointers` struct in crate `vk_sys`."><meta name="keywords" content="rust, rustlang, rust-lang, DevicePointers"><title>vk_sys::DevicePointers - Rust</title><link rel="stylesheet" type="text/css" href="../normalize.css"><link rel="stylesheet" type="text/css" href="../rustdoc.css" id="mainThemeStyle"><link rel="stylesheet" type="text/css" href="../dark.css"><link rel="stylesheet" type="text/css" href="../light.css" id="themeStyle"><script src="../storage.js"></script><noscript><link rel="stylesheet" href="../noscript.css"></noscript><link rel="shortcut icon" href="../favicon.ico"><style type="text/css">#crate-search{background-image:url("../down-arrow.svg");}</style></head><body class="rustdoc struct"><!--[if lte IE 8]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="sidebar"><div class="sidebar-menu">&#9776;</div><a href='../vk_sys/index.html'><div class='logo-container'><img src='https://raw.githubusercontent.com/vulkano-rs/vulkano/master/logo.png' alt='logo'></div></a><p class='location'>Struct DevicePointers</p><div class="sidebar-elems"><div class="block items"><a class="sidebar-title" href="#fields">Fields</a><div class="sidebar-links"><a href="#structfield.DestroyDevice">DestroyDevice</a><a href="#structfield.GetDeviceQueue">GetDeviceQueue</a><a href="#structfield.QueueSubmit">QueueSubmit</a><a href="#structfield.QueueWaitIdle">QueueWaitIdle</a><a href="#structfield.DeviceWaitIdle">DeviceWaitIdle</a><a href="#structfield.AllocateMemory">AllocateMemory</a><a href="#structfield.FreeMemory">FreeMemory</a><a href="#structfield.MapMemory">MapMemory</a><a href="#structfield.UnmapMemory">UnmapMemory</a><a href="#structfield.FlushMappedMemoryRanges">FlushMappedMemoryRanges</a><a href="#structfield.InvalidateMappedMemoryRanges">InvalidateMappedMemoryRanges</a><a href="#structfield.GetDeviceMemoryCommitment">GetDeviceMemoryCommitment</a><a href="#structfield.BindBufferMemory">BindBufferMemory</a><a href="#structfield.BindImageMemory">BindImageMemory</a><a href="#structfield.GetBufferMemoryRequirements">GetBufferMemoryRequirements</a><a href="#structfield.GetImageMemoryRequirements">GetImageMemoryRequirements</a><a href="#structfield.GetImageSparseMemoryRequirements">GetImageSparseMemoryRequirements</a><a href="#structfield.QueueBindSparse">QueueBindSparse</a><a href="#structfield.CreateFence">CreateFence</a><a href="#structfield.DestroyFence">DestroyFence</a><a href="#structfield.ResetFences">ResetFences</a><a href="#structfield.GetFenceStatus">GetFenceStatus</a><a href="#structfield.WaitForFences">WaitForFences</a><a href="#structfield.CreateSemaphore">CreateSemaphore</a><a href="#structfield.DestroySemaphore">DestroySemaphore</a><a href="#structfield.CreateEvent">CreateEvent</a><a href="#structfield.DestroyEvent">DestroyEvent</a><a href="#structfield.GetEventStatus">GetEventStatus</a><a href="#structfield.SetEvent">SetEvent</a><a href="#structfield.ResetEvent">ResetEvent</a><a href="#structfield.CreateQueryPool">CreateQueryPool</a><a href="#structfield.DestroyQueryPool">DestroyQueryPool</a><a href="#structfield.GetQueryPoolResults">GetQueryPoolResults</a><a href="#structfield.CreateBuffer">CreateBuffer</a><a href="#structfield.DestroyBuffer">DestroyBuffer</a><a href="#structfield.CreateBufferView">CreateBufferView</a><a href="#structfield.DestroyBufferView">DestroyBufferView</a><a href="#structfield.CreateImage">CreateImage</a><a href="#structfield.DestroyImage">DestroyImage</a><a href="#structfield.GetImageSubresourceLayout">GetImageSubresourceLayout</a><a href="#structfield.CreateImageView">CreateImageView</a><a href="#structfield.DestroyImageView">DestroyImageView</a><a href="#structfield.CreateShaderModule">CreateShaderModule</a><a href="#structfield.DestroyShaderModule">DestroyShaderModule</a><a href="#stru
pub DestroyDevice: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.Device.html" title="type vk_sys::Device">Device</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="struct" href="../vk_sys/struct.AllocationCallbacks.html" title="struct vk_sys::AllocationCallbacks">AllocationCallbacks</a>),
pub GetDeviceQueue: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.Device.html" title="type vk_sys::Device">Device</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="type" href="../vk_sys/type.Queue.html" title="type vk_sys::Queue">Queue</a>),
pub QueueSubmit: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.Queue.html" title="type vk_sys::Queue">Queue</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="struct" href="../vk_sys/struct.SubmitInfo.html" title="struct vk_sys::SubmitInfo">SubmitInfo</a>, _: <a class="type" href="../vk_sys/type.Fence.html" title="type vk_sys::Fence">Fence</a>) -&gt; <a class="type" href="../vk_sys/type.Result.html" title="type vk_sys::Result">Result</a>,
pub QueueWaitIdle: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.Queue.html" title="type vk_sys::Queue">Queue</a>) -&gt; <a class="type" href="../vk_sys/type.Result.html" title="type vk_sys::Result">Result</a>,
pub DeviceWaitIdle: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.Device.html" title="type vk_sys::Device">Device</a>) -&gt; <a class="type" href="../vk_sys/type.Result.html" title="type vk_sys::Result">Result</a>,
pub AllocateMemory: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.Device.html" title="type vk_sys::Device">Device</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="struct" href="../vk_sys/struct.MemoryAllocateInfo.html" title="struct vk_sys::MemoryAllocateInfo">MemoryAllocateInfo</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="struct" href="../vk_sys/struct.AllocationCallbacks.html" title="struct vk_sys::AllocationCallbacks">AllocationCallbacks</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="type" href="../vk_sys/type.DeviceMemory.html" title="type vk_sys::DeviceMemory">DeviceMemory</a>) -&gt; <a class="type" href="../vk_sys/type.Result.html" title="type vk_sys::Result">Result</a>,
pub FreeMemory: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.Device.html" title="type vk_sys::Device">Device</a>, _: <a class="type" href="../vk_sys/type.DeviceMemory.html" title="type vk_sys::DeviceMemory">DeviceMemory</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="struct" href="../vk_sys/struct.AllocationCallbacks.html" title="struct vk_sys::AllocationCallbacks">AllocationCallbacks</a>),
pub MapMemory: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.Device.html" title="type vk_sys::Device">Device</a>, _: <a class="type" href="../vk_sys/type.DeviceMemory.html" title="type vk_sys::DeviceMemory">DeviceMemory</a>, _: <a class="type" href="../vk_sys/type.DeviceSize.html" title="type vk_sys::DeviceSize">DeviceSize</a>, _: <a class="type" href="../vk_sys/type.DeviceSize.html" title="type vk_sys::DeviceSize">DeviceSize</a>, _: <a class="type" href="../vk_sys/type.MemoryMapFlags.html" title="type vk_sys::MemoryMapFlags">MemoryMapFlags</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="enum" href="https://doc.rust-lang.org/nightly/core/ffi/enum.c_void.html" title="enum core::ffi::c_void">c_void</a>) -&gt; <a class="type" href="../vk_sys/type.Result.html" title="type vk_sys::Result">Result</a>,
pub UnmapMemory: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.Device.html" title="type vk_sys::Device">Device</a>, _: <a class="type" href="../vk_sys/type.DeviceMemory.html" title="type vk_sys::DeviceMemory">DeviceMemory</a>),
pub FlushMappedMemoryRanges: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.Device.html" title="type vk_sys::Device">Device</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="struct" href="../vk_sys/struct.MappedMemoryRange.html" title="struct vk_sys::MappedMemoryRange">MappedMemoryRange</a>) -&gt; <a class="type" href="../vk_sys/type.Result.html" title="type vk_sys::Result">Result</a>,
pub InvalidateMappedMemoryRanges: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.Device.html" title="type vk_sys::Device">Device</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="struct" href="../vk_sys/struct.MappedMemoryRange.html" title="struct vk_sys::MappedMemoryRange">MappedMemoryRange</a>) -&gt; <a class="type" href="../vk_sys/type.Result.html" title="type vk_sys::Result">Result</a>,
pub GetDeviceMemoryCommitment: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.Device.html" title="type vk_sys::Device">Device</a>, _: <a class="type" href="../vk_sys/type.DeviceMemory.html" title="type vk_sys::DeviceMemory">DeviceMemory</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="type" href="../vk_sys/type.DeviceSize.html" title="type vk_sys::DeviceSize">DeviceSize</a>),
pub BindBufferMemory: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.Device.html" title="type vk_sys::Device">Device</a>, _: <a class="type" href="../vk_sys/type.Buffer.html" title="type vk_sys::Buffer">Buffer</a>, _: <a class="type" href="../vk_sys/type.DeviceMemory.html" title="type vk_sys::DeviceMemory">DeviceMemory</a>, _: <a class="type" href="../vk_sys/type.DeviceSize.html" title="type vk_sys::DeviceSize">DeviceSize</a>) -&gt; <a class="type" href="../vk_sys/type.Result.html" title="type vk_sys::Result">Result</a>,
pub BindImageMemory: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.Device.html" title="type vk_sys::Device">Device</a>, _: <a class="type" href="../vk_sys/type.Image.html" title="type vk_sys::Image">Image</a>, _: <a class="type" href="../vk_sys/type.DeviceMemory.html" title="type vk_sys::DeviceMemory">DeviceMemory</a>, _: <a class="type" href="../vk_sys/type.DeviceSize.html" title="type vk_sys::DeviceSize">DeviceSize</a>) -&gt; <a class="type" href="../vk_sys/type.Result.html" title="type vk_sys::Result">Result</a>,
pub GetBufferMemoryRequirements: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.Device.html" title="type vk_sys::Device">Device</a>, _: <a class="type" href="../vk_sys/type.Buffer.html" title="type vk_sys::Buffer">Buffer</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../vk_sys/struct.MemoryRequirements.html" title="struct vk_sys::MemoryRequirements">MemoryRequirements</a>),
pub GetImageMemoryRequirements: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.Device.html" title="type vk_sys::Device">Device</a>, _: <a class="type" href="../vk_sys/type.Image.html" title="type vk_sys::Image">Image</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../vk_sys/struct.MemoryRequirements.html" title="struct vk_sys::MemoryRequirements">MemoryRequirements</a>),
pub GetImageSparseMemoryRequirements: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.Device.html" title="type vk_sys::Device">Device</a>, _: <a class="type" href="../vk_sys/type.Image.html" title="type vk_sys::Image">Image</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../vk_sys/struct.SparseImageMemoryRequirements.html" title="struct vk_sys::SparseImageMemoryRequirements">SparseImageMemoryRequirements</a>),
pub QueueBindSparse: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.Queue.html" title="type vk_sys::Queue">Queue</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="struct" href="../vk_sys/struct.BindSparseInfo.html" title="struct vk_sys::BindSparseInfo">BindSparseInfo</a>, _: <a class="type" href="../vk_sys/type.Fence.html" title="type vk_sys::Fence">Fence</a>) -&gt; <a class="type" href="../vk_sys/type.Result.html" title="type vk_sys::Result">Result</a>,
pub CreateFence: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.Device.html" title="type vk_sys::Device">Device</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="struct" href="../vk_sys/struct.FenceCreateInfo.html" title="struct vk_sys::FenceCreateInfo">FenceCreateInfo</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="struct" href="../vk_sys/struct.AllocationCallbacks.html" title="struct vk_sys::AllocationCallbacks">AllocationCallbacks</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="type" href="../vk_sys/type.Fence.html" title="type vk_sys::Fence">Fence</a>) -&gt; <a class="type" href="../vk_sys/type.Result.html" title="type vk_sys::Result">Result</a>,
pub DestroyFence: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.Device.html" title="type vk_sys::Device">Device</a>, _: <a class="type" href="../vk_sys/type.Fence.html" title="type vk_sys::Fence">Fence</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="struct" href="../vk_sys/struct.AllocationCallbacks.html" title="struct vk_sys::AllocationCallbacks">AllocationCallbacks</a>),
pub ResetFences: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.Device.html" title="type vk_sys::Device">Device</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="type" href="../vk_sys/type.Fence.html" title="type vk_sys::Fence">Fence</a>) -&gt; <a class="type" href="../vk_sys/type.Result.html" title="type vk_sys::Result">Result</a>,
pub GetFenceStatus: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.Device.html" title="type vk_sys::Device">Device</a>, _: <a class="type" href="../vk_sys/type.Fence.html" title="type vk_sys::Fence">Fence</a>) -&gt; <a class="type" href="../vk_sys/type.Result.html" title="type vk_sys::Result">Result</a>,
pub WaitForFences: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.Device.html" title="type vk_sys::Device">Device</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="type" href="../vk_sys/type.Fence.html" title="type vk_sys::Fence">Fence</a>, _: <a class="type" href="../vk_sys/type.Bool32.html" title="type vk_sys::Bool32">Bool32</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>) -&gt; <a class="type" href="../vk_sys/type.Result.html" title="type vk_sys::Result">Result</a>,
pub CreateSemaphore: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.Device.html" title="type vk_sys::Device">Device</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="struct" href="../vk_sys/struct.SemaphoreCreateInfo.html" title="struct vk_sys::SemaphoreCreateInfo">SemaphoreCreateInfo</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="struct" href="../vk_sys/struct.AllocationCallbacks.html" title="struct vk_sys::AllocationCallbacks">AllocationCallbacks</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="type" href="../vk_sys/type.Semaphore.html" title="type vk_sys::Semaphore">Semaphore</a>) -&gt; <a class="type" href="../vk_sys/type.Result.html" title="type vk_sys::Result">Result</a>,
pub DestroySemaphore: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.Device.html" title="type vk_sys::Device">Device</a>, _: <a class="type" href="../vk_sys/type.Semaphore.html" title="type vk_sys::Semaphore">Semaphore</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="struct" href="../vk_sys/struct.AllocationCallbacks.html" title="struct vk_sys::AllocationCallbacks">AllocationCallbacks</a>),
pub CreateEvent: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.Device.html" title="type vk_sys::Device">Device</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="struct" href="../vk_sys/struct.EventCreateInfo.html" title="struct vk_sys::EventCreateInfo">EventCreateInfo</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="struct" href="../vk_sys/struct.AllocationCallbacks.html" title="struct vk_sys::AllocationCallbacks">AllocationCallbacks</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="type" href="../vk_sys/type.Event.html" title="type vk_sys::Event">Event</a>) -&gt; <a class="type" href="../vk_sys/type.Result.html" title="type vk_sys::Result">Result</a>,
pub DestroyEvent: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.Device.html" title="type vk_sys::Device">Device</a>, _: <a class="type" href="../vk_sys/type.Event.html" title="type vk_sys::Event">Event</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="struct" href="../vk_sys/struct.AllocationCallbacks.html" title="struct vk_sys::AllocationCallbacks">AllocationCallbacks</a>),
pub GetEventStatus: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.Device.html" title="type vk_sys::Device">Device</a>, _: <a class="type" href="../vk_sys/type.Event.html" title="type vk_sys::Event">Event</a>) -&gt; <a class="type" href="../vk_sys/type.Result.html" title="type vk_sys::Result">Result</a>,
pub SetEvent: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.Device.html" title="type vk_sys::Device">Device</a>, _: <a class="type" href="../vk_sys/type.Event.html" title="type vk_sys::Event">Event</a>) -&gt; <a class="type" href="../vk_sys/type.Result.html" title="type vk_sys::Result">Result</a>,
pub ResetEvent: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.Device.html" title="type vk_sys::Device">Device</a>, _: <a class="type" href="../vk_sys/type.Event.html" title="type vk_sys::Event">Event</a>) -&gt; <a class="type" href="../vk_sys/type.Result.html" title="type vk_sys::Result">Result</a>,
pub CreateQueryPool: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.Device.html" title="type vk_sys::Device">Device</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="struct" href="../vk_sys/struct.QueryPoolCreateInfo.html" title="struct vk_sys::QueryPoolCreateInfo">QueryPoolCreateInfo</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="struct" href="../vk_sys/struct.AllocationCallbacks.html" title="struct vk_sys::AllocationCallbacks">AllocationCallbacks</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="type" href="../vk_sys/type.QueryPool.html" title="type vk_sys::QueryPool">QueryPool</a>) -&gt; <a class="type" href="../vk_sys/type.Result.html" title="type vk_sys::Result">Result</a>,
pub DestroyQueryPool: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.Device.html" title="type vk_sys::Device">Device</a>, _: <a class="type" href="../vk_sys/type.QueryPool.html" title="type vk_sys::QueryPool">QueryPool</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="struct" href="../vk_sys/struct.AllocationCallbacks.html" title="struct vk_sys::AllocationCallbacks">AllocationCallbacks</a>),
pub GetQueryPoolResults: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.Device.html" title="type vk_sys::Device">Device</a>, _: <a class="type" href="../vk_sys/type.QueryPool.html" title="type vk_sys::QueryPool">QueryPool</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="enum" href="https://doc.rust-lang.org/nightly/core/ffi/enum.c_void.html" title="enum core::ffi::c_void">c_void</a>, _: <a class="type" href="../vk_sys/type.DeviceSize.html" title="type vk_sys::DeviceSize">DeviceSize</a>, _: <a class="type" href="../vk_sys/type.QueryResultFlags.html" title="type vk_sys::QueryResultFlags">QueryResultFlags</a>) -&gt; <a class="type" href="../vk_sys/type.Result.html" title="type vk_sys::Result">Result</a>,
pub CreateBuffer: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.Device.html" title="type vk_sys::Device">Device</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="struct" href="../vk_sys/struct.BufferCreateInfo.html" title="struct vk_sys::BufferCreateInfo">BufferCreateInfo</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="struct" href="../vk_sys/struct.AllocationCallbacks.html" title="struct vk_sys::AllocationCallbacks">AllocationCallbacks</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="type" href="../vk_sys/type.Buffer.html" title="type vk_sys::Buffer">Buffer</a>) -&gt; <a class="type" href="../vk_sys/type.Result.html" title="type vk_sys::Result">Result</a>,
pub DestroyBuffer: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.Device.html" title="type vk_sys::Device">Device</a>, _: <a class="type" href="../vk_sys/type.Buffer.html" title="type vk_sys::Buffer">Buffer</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="struct" href="../vk_sys/struct.AllocationCallbacks.html" title="struct vk_sys::AllocationCallbacks">AllocationCallbacks</a>),
pub CreateBufferView: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.Device.html" title="type vk_sys::Device">Device</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="struct" href="../vk_sys/struct.BufferViewCreateInfo.html" title="struct vk_sys::BufferViewCreateInfo">BufferViewCreateInfo</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="struct" href="../vk_sys/struct.AllocationCallbacks.html" title="struct vk_sys::AllocationCallbacks">AllocationCallbacks</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="type" href="../vk_sys/type.BufferView.html" title="type vk_sys::BufferView">BufferView</a>) -&gt; <a class="type" href="../vk_sys/type.Result.html" title="type vk_sys::Result">Result</a>,
pub DestroyBufferView: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.Device.html" title="type vk_sys::Device">Device</a>, _: <a class="type" href="../vk_sys/type.BufferView.html" title="type vk_sys::BufferView">BufferView</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="struct" href="../vk_sys/struct.AllocationCallbacks.html" title="struct vk_sys::AllocationCallbacks">AllocationCallbacks</a>),
pub CreateImage: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.Device.html" title="type vk_sys::Device">Device</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="struct" href="../vk_sys/struct.ImageCreateInfo.html" title="struct vk_sys::ImageCreateInfo">ImageCreateInfo</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="struct" href="../vk_sys/struct.AllocationCallbacks.html" title="struct vk_sys::AllocationCallbacks">AllocationCallbacks</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="type" href="../vk_sys/type.Image.html" title="type vk_sys::Image">Image</a>) -&gt; <a class="type" href="../vk_sys/type.Result.html" title="type vk_sys::Result">Result</a>,
pub DestroyImage: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.Device.html" title="type vk_sys::Device">Device</a>, _: <a class="type" href="../vk_sys/type.Image.html" title="type vk_sys::Image">Image</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="struct" href="../vk_sys/struct.AllocationCallbacks.html" title="struct vk_sys::AllocationCallbacks">AllocationCallbacks</a>),
pub GetImageSubresourceLayout: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.Device.html" title="type vk_sys::Device">Device</a>, _: <a class="type" href="../vk_sys/type.Image.html" title="type vk_sys::Image">Image</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="struct" href="../vk_sys/struct.ImageSubresource.html" title="struct vk_sys::ImageSubresource">ImageSubresource</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../vk_sys/struct.SubresourceLayout.html" title="struct vk_sys::SubresourceLayout">SubresourceLayout</a>),
pub CreateImageView: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.Device.html" title="type vk_sys::Device">Device</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="struct" href="../vk_sys/struct.ImageViewCreateInfo.html" title="struct vk_sys::ImageViewCreateInfo">ImageViewCreateInfo</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="struct" href="../vk_sys/struct.AllocationCallbacks.html" title="struct vk_sys::AllocationCallbacks">AllocationCallbacks</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="type" href="../vk_sys/type.ImageView.html" title="type vk_sys::ImageView">ImageView</a>) -&gt; <a class="type" href="../vk_sys/type.Result.html" title="type vk_sys::Result">Result</a>,
pub DestroyImageView: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.Device.html" title="type vk_sys::Device">Device</a>, _: <a class="type" href="../vk_sys/type.ImageView.html" title="type vk_sys::ImageView">ImageView</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="struct" href="../vk_sys/struct.AllocationCallbacks.html" title="struct vk_sys::AllocationCallbacks">AllocationCallbacks</a>),
pub CreateShaderModule: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.Device.html" title="type vk_sys::Device">Device</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="struct" href="../vk_sys/struct.ShaderModuleCreateInfo.html" title="struct vk_sys::ShaderModuleCreateInfo">ShaderModuleCreateInfo</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="struct" href="../vk_sys/struct.AllocationCallbacks.html" title="struct vk_sys::AllocationCallbacks">AllocationCallbacks</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="type" href="../vk_sys/type.ShaderModule.html" title="type vk_sys::ShaderModule">ShaderModule</a>) -&gt; <a class="type" href="../vk_sys/type.Result.html" title="type vk_sys::Result">Result</a>,
pub DestroyShaderModule: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.Device.html" title="type vk_sys::Device">Device</a>, _: <a class="type" href="../vk_sys/type.ShaderModule.html" title="type vk_sys::ShaderModule">ShaderModule</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="struct" href="../vk_sys/struct.AllocationCallbacks.html" title="struct vk_sys::AllocationCallbacks">AllocationCallbacks</a>),
pub CreatePipelineCache: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.Device.html" title="type vk_sys::Device">Device</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="struct" href="../vk_sys/struct.PipelineCacheCreateInfo.html" title="struct vk_sys::PipelineCacheCreateInfo">PipelineCacheCreateInfo</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="struct" href="../vk_sys/struct.AllocationCallbacks.html" title="struct vk_sys::AllocationCallbacks">AllocationCallbacks</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="type" href="../vk_sys/type.PipelineCache.html" title="type vk_sys::PipelineCache">PipelineCache</a>) -&gt; <a class="type" href="../vk_sys/type.Result.html" title="type vk_sys::Result">Result</a>,
pub DestroyPipelineCache: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.Device.html" title="type vk_sys::Device">Device</a>, _: <a class="type" href="../vk_sys/type.PipelineCache.html" title="type vk_sys::PipelineCache">PipelineCache</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="struct" href="../vk_sys/struct.AllocationCallbacks.html" title="struct vk_sys::AllocationCallbacks">AllocationCallbacks</a>),
pub GetPipelineCacheData: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.Device.html" title="type vk_sys::Device">Device</a>, _: <a class="type" href="../vk_sys/type.PipelineCache.html" title="type vk_sys::PipelineCache">PipelineCache</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="enum" href="https://doc.rust-lang.org/nightly/core/ffi/enum.c_void.html" title="enum core::ffi::c_void">c_void</a>) -&gt; <a class="type" href="../vk_sys/type.Result.html" title="type vk_sys::Result">Result</a>,
pub MergePipelineCaches: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.Device.html" title="type vk_sys::Device">Device</a>, _: <a class="type" href="../vk_sys/type.PipelineCache.html" title="type vk_sys::PipelineCache">PipelineCache</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="type" href="../vk_sys/type.PipelineCache.html" title="type vk_sys::PipelineCache">PipelineCache</a>) -&gt; <a class="type" href="../vk_sys/type.Result.html" title="type vk_sys::Result">Result</a>,
pub CreateGraphicsPipelines: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.Device.html" title="type vk_sys::Device">Device</a>, _: <a class="type" href="../vk_sys/type.PipelineCache.html" title="type vk_sys::PipelineCache">PipelineCache</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="struct" href="../vk_sys/struct.GraphicsPipelineCreateInfo.html" title="struct vk_sys::GraphicsPipelineCreateInfo">GraphicsPipelineCreateInfo</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="struct" href="../vk_sys/struct.AllocationCallbacks.html" title="struct vk_sys::AllocationCallbacks">AllocationCallbacks</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="type" href="../vk_sys/type.Pipeline.html" title="type vk_sys::Pipeline">Pipeline</a>) -&gt; <a class="type" href="../vk_sys/type.Result.html" title="type vk_sys::Result">Result</a>,
pub CreateComputePipelines: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.Device.html" title="type vk_sys::Device">Device</a>, _: <a class="type" href="../vk_sys/type.PipelineCache.html" title="type vk_sys::PipelineCache">PipelineCache</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="struct" href="../vk_sys/struct.ComputePipelineCreateInfo.html" title="struct vk_sys::ComputePipelineCreateInfo">ComputePipelineCreateInfo</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="struct" href="../vk_sys/struct.AllocationCallbacks.html" title="struct vk_sys::AllocationCallbacks">AllocationCallbacks</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="type" href="../vk_sys/type.Pipeline.html" title="type vk_sys::Pipeline">Pipeline</a>) -&gt; <a class="type" href="../vk_sys/type.Result.html" title="type vk_sys::Result">Result</a>,
pub DestroyPipeline: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.Device.html" title="type vk_sys::Device">Device</a>, _: <a class="type" href="../vk_sys/type.Pipeline.html" title="type vk_sys::Pipeline">Pipeline</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="struct" href="../vk_sys/struct.AllocationCallbacks.html" title="struct vk_sys::AllocationCallbacks">AllocationCallbacks</a>),
pub CreatePipelineLayout: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.Device.html" title="type vk_sys::Device">Device</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="struct" href="../vk_sys/struct.PipelineLayoutCreateInfo.html" title="struct vk_sys::PipelineLayoutCreateInfo">PipelineLayoutCreateInfo</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="struct" href="../vk_sys/struct.AllocationCallbacks.html" title="struct vk_sys::AllocationCallbacks">AllocationCallbacks</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="type" href="../vk_sys/type.PipelineLayout.html" title="type vk_sys::PipelineLayout">PipelineLayout</a>) -&gt; <a class="type" href="../vk_sys/type.Result.html" title="type vk_sys::Result">Result</a>,
pub DestroyPipelineLayout: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.Device.html" title="type vk_sys::Device">Device</a>, _: <a class="type" href="../vk_sys/type.PipelineLayout.html" title="type vk_sys::PipelineLayout">PipelineLayout</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="struct" href="../vk_sys/struct.AllocationCallbacks.html" title="struct vk_sys::AllocationCallbacks">AllocationCallbacks</a>),
pub CreateSampler: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.Device.html" title="type vk_sys::Device">Device</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="struct" href="../vk_sys/struct.SamplerCreateInfo.html" title="struct vk_sys::SamplerCreateInfo">SamplerCreateInfo</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="struct" href="../vk_sys/struct.AllocationCallbacks.html" title="struct vk_sys::AllocationCallbacks">AllocationCallbacks</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="type" href="../vk_sys/type.Sampler.html" title="type vk_sys::Sampler">Sampler</a>) -&gt; <a class="type" href="../vk_sys/type.Result.html" title="type vk_sys::Result">Result</a>,
pub DestroySampler: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.Device.html" title="type vk_sys::Device">Device</a>, _: <a class="type" href="../vk_sys/type.Sampler.html" title="type vk_sys::Sampler">Sampler</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="struct" href="../vk_sys/struct.AllocationCallbacks.html" title="struct vk_sys::AllocationCallbacks">AllocationCallbacks</a>),
pub CreateDescriptorSetLayout: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.Device.html" title="type vk_sys::Device">Device</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="struct" href="../vk_sys/struct.DescriptorSetLayoutCreateInfo.html" title="struct vk_sys::DescriptorSetLayoutCreateInfo">DescriptorSetLayoutCreateInfo</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="struct" href="../vk_sys/struct.AllocationCallbacks.html" title="struct vk_sys::AllocationCallbacks">AllocationCallbacks</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="type" href="../vk_sys/type.DescriptorSetLayout.html" title="type vk_sys::DescriptorSetLayout">DescriptorSetLayout</a>) -&gt; <a class="type" href="../vk_sys/type.Result.html" title="type vk_sys::Result">Result</a>,
pub DestroyDescriptorSetLayout: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.Device.html" title="type vk_sys::Device">Device</a>, _: <a class="type" href="../vk_sys/type.DescriptorSetLayout.html" title="type vk_sys::DescriptorSetLayout">DescriptorSetLayout</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="struct" href="../vk_sys/struct.AllocationCallbacks.html" title="struct vk_sys::AllocationCallbacks">AllocationCallbacks</a>),
pub CreateDescriptorPool: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.Device.html" title="type vk_sys::Device">Device</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="struct" href="../vk_sys/struct.DescriptorPoolCreateInfo.html" title="struct vk_sys::DescriptorPoolCreateInfo">DescriptorPoolCreateInfo</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="struct" href="../vk_sys/struct.AllocationCallbacks.html" title="struct vk_sys::AllocationCallbacks">AllocationCallbacks</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="type" href="../vk_sys/type.DescriptorPool.html" title="type vk_sys::DescriptorPool">DescriptorPool</a>) -&gt; <a class="type" href="../vk_sys/type.Result.html" title="type vk_sys::Result">Result</a>,
pub DestroyDescriptorPool: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.Device.html" title="type vk_sys::Device">Device</a>, _: <a class="type" href="../vk_sys/type.DescriptorPool.html" title="type vk_sys::DescriptorPool">DescriptorPool</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="struct" href="../vk_sys/struct.AllocationCallbacks.html" title="struct vk_sys::AllocationCallbacks">AllocationCallbacks</a>),
pub ResetDescriptorPool: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.Device.html" title="type vk_sys::Device">Device</a>, _: <a class="type" href="../vk_sys/type.DescriptorPool.html" title="type vk_sys::DescriptorPool">DescriptorPool</a>, _: <a class="type" href="../vk_sys/type.DescriptorPoolResetFlags.html" title="type vk_sys::DescriptorPoolResetFlags">DescriptorPoolResetFlags</a>) -&gt; <a class="type" href="../vk_sys/type.Result.html" title="type vk_sys::Result">Result</a>,
pub AllocateDescriptorSets: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.Device.html" title="type vk_sys::Device">Device</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="struct" href="../vk_sys/struct.DescriptorSetAllocateInfo.html" title="struct vk_sys::DescriptorSetAllocateInfo">DescriptorSetAllocateInfo</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="type" href="../vk_sys/type.DescriptorSet.html" title="type vk_sys::DescriptorSet">DescriptorSet</a>) -&gt; <a class="type" href="../vk_sys/type.Result.html" title="type vk_sys::Result">Result</a>,
pub FreeDescriptorSets: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.Device.html" title="type vk_sys::Device">Device</a>, _: <a class="type" href="../vk_sys/type.DescriptorPool.html" title="type vk_sys::DescriptorPool">DescriptorPool</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="type" href="../vk_sys/type.DescriptorSet.html" title="type vk_sys::DescriptorSet">DescriptorSet</a>) -&gt; <a class="type" href="../vk_sys/type.Result.html" title="type vk_sys::Result">Result</a>,
pub UpdateDescriptorSets: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.Device.html" title="type vk_sys::Device">Device</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="struct" href="../vk_sys/struct.WriteDescriptorSet.html" title="struct vk_sys::WriteDescriptorSet">WriteDescriptorSet</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="struct" href="../vk_sys/struct.CopyDescriptorSet.html" title="struct vk_sys::CopyDescriptorSet">CopyDescriptorSet</a>),
pub CreateFramebuffer: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.Device.html" title="type vk_sys::Device">Device</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="struct" href="../vk_sys/struct.FramebufferCreateInfo.html" title="struct vk_sys::FramebufferCreateInfo">FramebufferCreateInfo</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="struct" href="../vk_sys/struct.AllocationCallbacks.html" title="struct vk_sys::AllocationCallbacks">AllocationCallbacks</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="type" href="../vk_sys/type.Framebuffer.html" title="type vk_sys::Framebuffer">Framebuffer</a>) -&gt; <a class="type" href="../vk_sys/type.Result.html" title="type vk_sys::Result">Result</a>,
pub DestroyFramebuffer: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.Device.html" title="type vk_sys::Device">Device</a>, _: <a class="type" href="../vk_sys/type.Framebuffer.html" title="type vk_sys::Framebuffer">Framebuffer</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="struct" href="../vk_sys/struct.AllocationCallbacks.html" title="struct vk_sys::AllocationCallbacks">AllocationCallbacks</a>),
pub CreateRenderPass: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.Device.html" title="type vk_sys::Device">Device</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="struct" href="../vk_sys/struct.RenderPassCreateInfo.html" title="struct vk_sys::RenderPassCreateInfo">RenderPassCreateInfo</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="struct" href="../vk_sys/struct.AllocationCallbacks.html" title="struct vk_sys::AllocationCallbacks">AllocationCallbacks</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="type" href="../vk_sys/type.RenderPass.html" title="type vk_sys::RenderPass">RenderPass</a>) -&gt; <a class="type" href="../vk_sys/type.Result.html" title="type vk_sys::Result">Result</a>,
pub DestroyRenderPass: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.Device.html" title="type vk_sys::Device">Device</a>, _: <a class="type" href="../vk_sys/type.RenderPass.html" title="type vk_sys::RenderPass">RenderPass</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="struct" href="../vk_sys/struct.AllocationCallbacks.html" title="struct vk_sys::AllocationCallbacks">AllocationCallbacks</a>),
pub GetRenderAreaGranularity: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.Device.html" title="type vk_sys::Device">Device</a>, _: <a class="type" href="../vk_sys/type.RenderPass.html" title="type vk_sys::RenderPass">RenderPass</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../vk_sys/struct.Extent2D.html" title="struct vk_sys::Extent2D">Extent2D</a>),
pub CreateCommandPool: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.Device.html" title="type vk_sys::Device">Device</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="struct" href="../vk_sys/struct.CommandPoolCreateInfo.html" title="struct vk_sys::CommandPoolCreateInfo">CommandPoolCreateInfo</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="struct" href="../vk_sys/struct.AllocationCallbacks.html" title="struct vk_sys::AllocationCallbacks">AllocationCallbacks</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="type" href="../vk_sys/type.CommandPool.html" title="type vk_sys::CommandPool">CommandPool</a>) -&gt; <a class="type" href="../vk_sys/type.Result.html" title="type vk_sys::Result">Result</a>,
pub DestroyCommandPool: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.Device.html" title="type vk_sys::Device">Device</a>, _: <a class="type" href="../vk_sys/type.CommandPool.html" title="type vk_sys::CommandPool">CommandPool</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="struct" href="../vk_sys/struct.AllocationCallbacks.html" title="struct vk_sys::AllocationCallbacks">AllocationCallbacks</a>),
pub ResetCommandPool: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.Device.html" title="type vk_sys::Device">Device</a>, _: <a class="type" href="../vk_sys/type.CommandPool.html" title="type vk_sys::CommandPool">CommandPool</a>, _: <a class="type" href="../vk_sys/type.CommandPoolResetFlags.html" title="type vk_sys::CommandPoolResetFlags">CommandPoolResetFlags</a>) -&gt; <a class="type" href="../vk_sys/type.Result.html" title="type vk_sys::Result">Result</a>,
pub TrimCommandPoolKHR: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.Device.html" title="type vk_sys::Device">Device</a>, _: <a class="type" href="../vk_sys/type.CommandPool.html" title="type vk_sys::CommandPool">CommandPool</a>, _: <a class="type" href="../vk_sys/type.CommandPoolTrimFlagsKHR.html" title="type vk_sys::CommandPoolTrimFlagsKHR">CommandPoolTrimFlagsKHR</a>),
pub AllocateCommandBuffers: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.Device.html" title="type vk_sys::Device">Device</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="struct" href="../vk_sys/struct.CommandBufferAllocateInfo.html" title="struct vk_sys::CommandBufferAllocateInfo">CommandBufferAllocateInfo</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="type" href="../vk_sys/type.CommandBuffer.html" title="type vk_sys::CommandBuffer">CommandBuffer</a>) -&gt; <a class="type" href="../vk_sys/type.Result.html" title="type vk_sys::Result">Result</a>,
pub FreeCommandBuffers: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.Device.html" title="type vk_sys::Device">Device</a>, _: <a class="type" href="../vk_sys/type.CommandPool.html" title="type vk_sys::CommandPool">CommandPool</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="type" href="../vk_sys/type.CommandBuffer.html" title="type vk_sys::CommandBuffer">CommandBuffer</a>),
pub BeginCommandBuffer: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.CommandBuffer.html" title="type vk_sys::CommandBuffer">CommandBuffer</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="struct" href="../vk_sys/struct.CommandBufferBeginInfo.html" title="struct vk_sys::CommandBufferBeginInfo">CommandBufferBeginInfo</a>) -&gt; <a class="type" href="../vk_sys/type.Result.html" title="type vk_sys::Result">Result</a>,
pub EndCommandBuffer: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.CommandBuffer.html" title="type vk_sys::CommandBuffer">CommandBuffer</a>) -&gt; <a class="type" href="../vk_sys/type.Result.html" title="type vk_sys::Result">Result</a>,
pub ResetCommandBuffer: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.CommandBuffer.html" title="type vk_sys::CommandBuffer">CommandBuffer</a>, _: <a class="type" href="../vk_sys/type.CommandBufferResetFlags.html" title="type vk_sys::CommandBufferResetFlags">CommandBufferResetFlags</a>) -&gt; <a class="type" href="../vk_sys/type.Result.html" title="type vk_sys::Result">Result</a>,
pub CmdBindPipeline: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.CommandBuffer.html" title="type vk_sys::CommandBuffer">CommandBuffer</a>, _: <a class="type" href="../vk_sys/type.PipelineBindPoint.html" title="type vk_sys::PipelineBindPoint">PipelineBindPoint</a>, _: <a class="type" href="../vk_sys/type.Pipeline.html" title="type vk_sys::Pipeline">Pipeline</a>),
pub CmdSetViewport: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.CommandBuffer.html" title="type vk_sys::CommandBuffer">CommandBuffer</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="struct" href="../vk_sys/struct.Viewport.html" title="struct vk_sys::Viewport">Viewport</a>),
pub CmdSetScissor: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.CommandBuffer.html" title="type vk_sys::CommandBuffer">CommandBuffer</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="struct" href="../vk_sys/struct.Rect2D.html" title="struct vk_sys::Rect2D">Rect2D</a>),
pub CmdSetLineWidth: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.CommandBuffer.html" title="type vk_sys::CommandBuffer">CommandBuffer</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>),
pub CmdSetDepthBias: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.CommandBuffer.html" title="type vk_sys::CommandBuffer">CommandBuffer</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>),
pub CmdSetBlendConstants: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.CommandBuffer.html" title="type vk_sys::CommandBuffer">CommandBuffer</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.array.html">[</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.array.html">; 4]</a>),
pub CmdSetDepthBounds: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.CommandBuffer.html" title="type vk_sys::CommandBuffer">CommandBuffer</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>),
pub CmdSetStencilCompareMask: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.CommandBuffer.html" title="type vk_sys::CommandBuffer">CommandBuffer</a>, _: <a class="type" href="../vk_sys/type.StencilFaceFlags.html" title="type vk_sys::StencilFaceFlags">StencilFaceFlags</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>),
pub CmdSetStencilWriteMask: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.CommandBuffer.html" title="type vk_sys::CommandBuffer">CommandBuffer</a>, _: <a class="type" href="../vk_sys/type.StencilFaceFlags.html" title="type vk_sys::StencilFaceFlags">StencilFaceFlags</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>),
pub CmdSetStencilReference: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.CommandBuffer.html" title="type vk_sys::CommandBuffer">CommandBuffer</a>, _: <a class="type" href="../vk_sys/type.StencilFaceFlags.html" title="type vk_sys::StencilFaceFlags">StencilFaceFlags</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>),
pub CmdBindDescriptorSets: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.CommandBuffer.html" title="type vk_sys::CommandBuffer">CommandBuffer</a>, _: <a class="type" href="../vk_sys/type.PipelineBindPoint.html" title="type vk_sys::PipelineBindPoint">PipelineBindPoint</a>, _: <a class="type" href="../vk_sys/type.PipelineLayout.html" title="type vk_sys::PipelineLayout">PipelineLayout</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="type" href="../vk_sys/type.DescriptorSet.html" title="type vk_sys::DescriptorSet">DescriptorSet</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>),
pub CmdBindIndexBuffer: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.CommandBuffer.html" title="type vk_sys::CommandBuffer">CommandBuffer</a>, _: <a class="type" href="../vk_sys/type.Buffer.html" title="type vk_sys::Buffer">Buffer</a>, _: <a class="type" href="../vk_sys/type.DeviceSize.html" title="type vk_sys::DeviceSize">DeviceSize</a>, _: <a class="type" href="../vk_sys/type.IndexType.html" title="type vk_sys::IndexType">IndexType</a>),
pub CmdBindVertexBuffers: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.CommandBuffer.html" title="type vk_sys::CommandBuffer">CommandBuffer</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="type" href="../vk_sys/type.Buffer.html" title="type vk_sys::Buffer">Buffer</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="type" href="../vk_sys/type.DeviceSize.html" title="type vk_sys::DeviceSize">DeviceSize</a>),
pub CmdDraw: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.CommandBuffer.html" title="type vk_sys::CommandBuffer">CommandBuffer</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>),
pub CmdDrawIndexed: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.CommandBuffer.html" title="type vk_sys::CommandBuffer">CommandBuffer</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>),
pub CmdDrawIndirect: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.CommandBuffer.html" title="type vk_sys::CommandBuffer">CommandBuffer</a>, _: <a class="type" href="../vk_sys/type.Buffer.html" title="type vk_sys::Buffer">Buffer</a>, _: <a class="type" href="../vk_sys/type.DeviceSize.html" title="type vk_sys::DeviceSize">DeviceSize</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>),
pub CmdDrawIndexedIndirect: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.CommandBuffer.html" title="type vk_sys::CommandBuffer">CommandBuffer</a>, _: <a class="type" href="../vk_sys/type.Buffer.html" title="type vk_sys::Buffer">Buffer</a>, _: <a class="type" href="../vk_sys/type.DeviceSize.html" title="type vk_sys::DeviceSize">DeviceSize</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>),
pub CmdDispatch: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.CommandBuffer.html" title="type vk_sys::CommandBuffer">CommandBuffer</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>),
pub CmdDispatchIndirect: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.CommandBuffer.html" title="type vk_sys::CommandBuffer">CommandBuffer</a>, _: <a class="type" href="../vk_sys/type.Buffer.html" title="type vk_sys::Buffer">Buffer</a>, _: <a class="type" href="../vk_sys/type.DeviceSize.html" title="type vk_sys::DeviceSize">DeviceSize</a>),
pub CmdCopyBuffer: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.CommandBuffer.html" title="type vk_sys::CommandBuffer">CommandBuffer</a>, _: <a class="type" href="../vk_sys/type.Buffer.html" title="type vk_sys::Buffer">Buffer</a>, _: <a class="type" href="../vk_sys/type.Buffer.html" title="type vk_sys::Buffer">Buffer</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="struct" href="../vk_sys/struct.BufferCopy.html" title="struct vk_sys::BufferCopy">BufferCopy</a>),
pub CmdCopyImage: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.CommandBuffer.html" title="type vk_sys::CommandBuffer">CommandBuffer</a>, _: <a class="type" href="../vk_sys/type.Image.html" title="type vk_sys::Image">Image</a>, _: <a class="type" href="../vk_sys/type.ImageLayout.html" title="type vk_sys::ImageLayout">ImageLayout</a>, _: <a class="type" href="../vk_sys/type.Image.html" title="type vk_sys::Image">Image</a>, _: <a class="type" href="../vk_sys/type.ImageLayout.html" title="type vk_sys::ImageLayout">ImageLayout</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="struct" href="../vk_sys/struct.ImageCopy.html" title="struct vk_sys::ImageCopy">ImageCopy</a>),
pub CmdBlitImage: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.CommandBuffer.html" title="type vk_sys::CommandBuffer">CommandBuffer</a>, _: <a class="type" href="../vk_sys/type.Image.html" title="type vk_sys::Image">Image</a>, _: <a class="type" href="../vk_sys/type.ImageLayout.html" title="type vk_sys::ImageLayout">ImageLayout</a>, _: <a class="type" href="../vk_sys/type.Image.html" title="type vk_sys::Image">Image</a>, _: <a class="type" href="../vk_sys/type.ImageLayout.html" title="type vk_sys::ImageLayout">ImageLayout</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="struct" href="../vk_sys/struct.ImageBlit.html" title="struct vk_sys::ImageBlit">ImageBlit</a>, _: <a class="type" href="../vk_sys/type.Filter.html" title="type vk_sys::Filter">Filter</a>),
pub CmdCopyBufferToImage: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.CommandBuffer.html" title="type vk_sys::CommandBuffer">CommandBuffer</a>, _: <a class="type" href="../vk_sys/type.Buffer.html" title="type vk_sys::Buffer">Buffer</a>, _: <a class="type" href="../vk_sys/type.Image.html" title="type vk_sys::Image">Image</a>, _: <a class="type" href="../vk_sys/type.ImageLayout.html" title="type vk_sys::ImageLayout">ImageLayout</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="struct" href="../vk_sys/struct.BufferImageCopy.html" title="struct vk_sys::BufferImageCopy">BufferImageCopy</a>),
pub CmdCopyImageToBuffer: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.CommandBuffer.html" title="type vk_sys::CommandBuffer">CommandBuffer</a>, _: <a class="type" href="../vk_sys/type.Image.html" title="type vk_sys::Image">Image</a>, _: <a class="type" href="../vk_sys/type.ImageLayout.html" title="type vk_sys::ImageLayout">ImageLayout</a>, _: <a class="type" href="../vk_sys/type.Buffer.html" title="type vk_sys::Buffer">Buffer</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="struct" href="../vk_sys/struct.BufferImageCopy.html" title="struct vk_sys::BufferImageCopy">BufferImageCopy</a>),
pub CmdUpdateBuffer: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.CommandBuffer.html" title="type vk_sys::CommandBuffer">CommandBuffer</a>, _: <a class="type" href="../vk_sys/type.Buffer.html" title="type vk_sys::Buffer">Buffer</a>, _: <a class="type" href="../vk_sys/type.DeviceSize.html" title="type vk_sys::DeviceSize">DeviceSize</a>, _: <a class="type" href="../vk_sys/type.DeviceSize.html" title="type vk_sys::DeviceSize">DeviceSize</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>),
pub CmdFillBuffer: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.CommandBuffer.html" title="type vk_sys::CommandBuffer">CommandBuffer</a>, _: <a class="type" href="../vk_sys/type.Buffer.html" title="type vk_sys::Buffer">Buffer</a>, _: <a class="type" href="../vk_sys/type.DeviceSize.html" title="type vk_sys::DeviceSize">DeviceSize</a>, _: <a class="type" href="../vk_sys/type.DeviceSize.html" title="type vk_sys::DeviceSize">DeviceSize</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>),
pub CmdClearColorImage: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.CommandBuffer.html" title="type vk_sys::CommandBuffer">CommandBuffer</a>, _: <a class="type" href="../vk_sys/type.Image.html" title="type vk_sys::Image">Image</a>, _: <a class="type" href="../vk_sys/type.ImageLayout.html" title="type vk_sys::ImageLayout">ImageLayout</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="union" href="../vk_sys/union.ClearColorValue.html" title="union vk_sys::ClearColorValue">ClearColorValue</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="struct" href="../vk_sys/struct.ImageSubresourceRange.html" title="struct vk_sys::ImageSubresourceRange">ImageSubresourceRange</a>),
pub CmdClearDepthStencilImage: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.CommandBuffer.html" title="type vk_sys::CommandBuffer">CommandBuffer</a>, _: <a class="type" href="../vk_sys/type.Image.html" title="type vk_sys::Image">Image</a>, _: <a class="type" href="../vk_sys/type.ImageLayout.html" title="type vk_sys::ImageLayout">ImageLayout</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="struct" href="../vk_sys/struct.ClearDepthStencilValue.html" title="struct vk_sys::ClearDepthStencilValue">ClearDepthStencilValue</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="struct" href="../vk_sys/struct.ImageSubresourceRange.html" title="struct vk_sys::ImageSubresourceRange">ImageSubresourceRange</a>),
pub CmdClearAttachments: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.CommandBuffer.html" title="type vk_sys::CommandBuffer">CommandBuffer</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="struct" href="../vk_sys/struct.ClearAttachment.html" title="struct vk_sys::ClearAttachment">ClearAttachment</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="struct" href="../vk_sys/struct.ClearRect.html" title="struct vk_sys::ClearRect">ClearRect</a>),
pub CmdResolveImage: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.CommandBuffer.html" title="type vk_sys::CommandBuffer">CommandBuffer</a>, _: <a class="type" href="../vk_sys/type.Image.html" title="type vk_sys::Image">Image</a>, _: <a class="type" href="../vk_sys/type.ImageLayout.html" title="type vk_sys::ImageLayout">ImageLayout</a>, _: <a class="type" href="../vk_sys/type.Image.html" title="type vk_sys::Image">Image</a>, _: <a class="type" href="../vk_sys/type.ImageLayout.html" title="type vk_sys::ImageLayout">ImageLayout</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="struct" href="../vk_sys/struct.ImageResolve.html" title="struct vk_sys::ImageResolve">ImageResolve</a>),
pub CmdSetEvent: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.CommandBuffer.html" title="type vk_sys::CommandBuffer">CommandBuffer</a>, _: <a class="type" href="../vk_sys/type.Event.html" title="type vk_sys::Event">Event</a>, _: <a class="type" href="../vk_sys/type.PipelineStageFlags.html" title="type vk_sys::PipelineStageFlags">PipelineStageFlags</a>),
pub CmdResetEvent: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.CommandBuffer.html" title="type vk_sys::CommandBuffer">CommandBuffer</a>, _: <a class="type" href="../vk_sys/type.Event.html" title="type vk_sys::Event">Event</a>, _: <a class="type" href="../vk_sys/type.PipelineStageFlags.html" title="type vk_sys::PipelineStageFlags">PipelineStageFlags</a>),
pub CmdWaitEvents: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.CommandBuffer.html" title="type vk_sys::CommandBuffer">CommandBuffer</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="type" href="../vk_sys/type.Event.html" title="type vk_sys::Event">Event</a>, _: <a class="type" href="../vk_sys/type.PipelineStageFlags.html" title="type vk_sys::PipelineStageFlags">PipelineStageFlags</a>, _: <a class="type" href="../vk_sys/type.PipelineStageFlags.html" title="type vk_sys::PipelineStageFlags">PipelineStageFlags</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="struct" href="../vk_sys/struct.MemoryBarrier.html" title="struct vk_sys::MemoryBarrier">MemoryBarrier</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="struct" href="../vk_sys/struct.BufferMemoryBarrier.html" title="struct vk_sys::BufferMemoryBarrier">BufferMemoryBarrier</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="struct" href="../vk_sys/struct.ImageMemoryBarrier.html" title="struct vk_sys::ImageMemoryBarrier">ImageMemoryBarrier</a>),
pub CmdPipelineBarrier: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.CommandBuffer.html" title="type vk_sys::CommandBuffer">CommandBuffer</a>, _: <a class="type" href="../vk_sys/type.PipelineStageFlags.html" title="type vk_sys::PipelineStageFlags">PipelineStageFlags</a>, _: <a class="type" href="../vk_sys/type.PipelineStageFlags.html" title="type vk_sys::PipelineStageFlags">PipelineStageFlags</a>, _: <a class="type" href="../vk_sys/type.DependencyFlags.html" title="type vk_sys::DependencyFlags">DependencyFlags</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="struct" href="../vk_sys/struct.MemoryBarrier.html" title="struct vk_sys::MemoryBarrier">MemoryBarrier</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="struct" href="../vk_sys/struct.BufferMemoryBarrier.html" title="struct vk_sys::BufferMemoryBarrier">BufferMemoryBarrier</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="struct" href="../vk_sys/struct.ImageMemoryBarrier.html" title="struct vk_sys::ImageMemoryBarrier">ImageMemoryBarrier</a>),
pub CmdBeginQuery: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.CommandBuffer.html" title="type vk_sys::CommandBuffer">CommandBuffer</a>, _: <a class="type" href="../vk_sys/type.QueryPool.html" title="type vk_sys::QueryPool">QueryPool</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, _: <a class="type" href="../vk_sys/type.QueryControlFlags.html" title="type vk_sys::QueryControlFlags">QueryControlFlags</a>),
pub CmdEndQuery: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.CommandBuffer.html" title="type vk_sys::CommandBuffer">CommandBuffer</a>, _: <a class="type" href="../vk_sys/type.QueryPool.html" title="type vk_sys::QueryPool">QueryPool</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>),
pub CmdResetQueryPool: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.CommandBuffer.html" title="type vk_sys::CommandBuffer">CommandBuffer</a>, _: <a class="type" href="../vk_sys/type.QueryPool.html" title="type vk_sys::QueryPool">QueryPool</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>),
pub CmdWriteTimestamp: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.CommandBuffer.html" title="type vk_sys::CommandBuffer">CommandBuffer</a>, _: <a class="type" href="../vk_sys/type.PipelineStageFlagBits.html" title="type vk_sys::PipelineStageFlagBits">PipelineStageFlagBits</a>, _: <a class="type" href="../vk_sys/type.QueryPool.html" title="type vk_sys::QueryPool">QueryPool</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>),
pub CmdCopyQueryPoolResults: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.CommandBuffer.html" title="type vk_sys::CommandBuffer">CommandBuffer</a>, _: <a class="type" href="../vk_sys/type.QueryPool.html" title="type vk_sys::QueryPool">QueryPool</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, _: <a class="type" href="../vk_sys/type.Buffer.html" title="type vk_sys::Buffer">Buffer</a>, _: <a class="type" href="../vk_sys/type.DeviceSize.html" title="type vk_sys::DeviceSize">DeviceSize</a>, _: <a class="type" href="../vk_sys/type.DeviceSize.html" title="type vk_sys::DeviceSize">DeviceSize</a>, _: <a class="type" href="../vk_sys/type.QueryResultFlags.html" title="type vk_sys::QueryResultFlags">QueryResultFlags</a>),
pub CmdPushConstants: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.CommandBuffer.html" title="type vk_sys::CommandBuffer">CommandBuffer</a>, _: <a class="type" href="../vk_sys/type.PipelineLayout.html" title="type vk_sys::PipelineLayout">PipelineLayout</a>, _: <a class="type" href="../vk_sys/type.ShaderStageFlags.html" title="type vk_sys::ShaderStageFlags">ShaderStageFlags</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="enum" href="https://doc.rust-lang.org/nightly/core/ffi/enum.c_void.html" title="enum core::ffi::c_void">c_void</a>),
pub CmdBeginRenderPass: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.CommandBuffer.html" title="type vk_sys::CommandBuffer">CommandBuffer</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="struct" href="../vk_sys/struct.RenderPassBeginInfo.html" title="struct vk_sys::RenderPassBeginInfo">RenderPassBeginInfo</a>, _: <a class="type" href="../vk_sys/type.SubpassContents.html" title="type vk_sys::SubpassContents">SubpassContents</a>),
pub CmdNextSubpass: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.CommandBuffer.html" title="type vk_sys::CommandBuffer">CommandBuffer</a>, _: <a class="type" href="../vk_sys/type.SubpassContents.html" title="type vk_sys::SubpassContents">SubpassContents</a>),
pub CmdEndRenderPass: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.CommandBuffer.html" title="type vk_sys::CommandBuffer">CommandBuffer</a>),
pub CmdExecuteCommands: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.CommandBuffer.html" title="type vk_sys::CommandBuffer">CommandBuffer</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="type" href="../vk_sys/type.CommandBuffer.html" title="type vk_sys::CommandBuffer">CommandBuffer</a>),
pub CreateSwapchainKHR: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.Device.html" title="type vk_sys::Device">Device</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="struct" href="../vk_sys/struct.SwapchainCreateInfoKHR.html" title="struct vk_sys::SwapchainCreateInfoKHR">SwapchainCreateInfoKHR</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="struct" href="../vk_sys/struct.AllocationCallbacks.html" title="struct vk_sys::AllocationCallbacks">AllocationCallbacks</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="type" href="../vk_sys/type.SwapchainKHR.html" title="type vk_sys::SwapchainKHR">SwapchainKHR</a>) -&gt; <a class="type" href="../vk_sys/type.Result.html" title="type vk_sys::Result">Result</a>,
pub DestroySwapchainKHR: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.Device.html" title="type vk_sys::Device">Device</a>, _: <a class="type" href="../vk_sys/type.SwapchainKHR.html" title="type vk_sys::SwapchainKHR">SwapchainKHR</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="struct" href="../vk_sys/struct.AllocationCallbacks.html" title="struct vk_sys::AllocationCallbacks">AllocationCallbacks</a>),
pub GetSwapchainImagesKHR: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.Device.html" title="type vk_sys::Device">Device</a>, _: <a class="type" href="../vk_sys/type.SwapchainKHR.html" title="type vk_sys::SwapchainKHR">SwapchainKHR</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="type" href="../vk_sys/type.Image.html" title="type vk_sys::Image">Image</a>) -&gt; <a class="type" href="../vk_sys/type.Result.html" title="type vk_sys::Result">Result</a>,
pub AcquireNextImageKHR: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.Device.html" title="type vk_sys::Device">Device</a>, _: <a class="type" href="../vk_sys/type.SwapchainKHR.html" title="type vk_sys::SwapchainKHR">SwapchainKHR</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>, _: <a class="type" href="../vk_sys/type.Semaphore.html" title="type vk_sys::Semaphore">Semaphore</a>, _: <a class="type" href="../vk_sys/type.Fence.html" title="type vk_sys::Fence">Fence</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>) -&gt; <a class="type" href="../vk_sys/type.Result.html" title="type vk_sys::Result">Result</a>,
pub QueuePresentKHR: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.Queue.html" title="type vk_sys::Queue">Queue</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="struct" href="../vk_sys/struct.PresentInfoKHR.html" title="struct vk_sys::PresentInfoKHR">PresentInfoKHR</a>) -&gt; <a class="type" href="../vk_sys/type.Result.html" title="type vk_sys::Result">Result</a>,
pub CreateSharedSwapchainsKHR: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.Device.html" title="type vk_sys::Device">Device</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="struct" href="../vk_sys/struct.SwapchainCreateInfoKHR.html" title="struct vk_sys::SwapchainCreateInfoKHR">SwapchainCreateInfoKHR</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="struct" href="../vk_sys/struct.AllocationCallbacks.html" title="struct vk_sys::AllocationCallbacks">AllocationCallbacks</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="type" href="../vk_sys/type.SwapchainKHR.html" title="type vk_sys::SwapchainKHR">SwapchainKHR</a>) -&gt; <a class="type" href="../vk_sys/type.Result.html" title="type vk_sys::Result">Result</a>,
pub CmdPushDescriptorSetKHR: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.CommandBuffer.html" title="type vk_sys::CommandBuffer">CommandBuffer</a>, _: <a class="type" href="../vk_sys/type.PipelineBindPoint.html" title="type vk_sys::PipelineBindPoint">PipelineBindPoint</a>, _: <a class="type" href="../vk_sys/type.PipelineLayout.html" title="type vk_sys::PipelineLayout">PipelineLayout</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="struct" href="../vk_sys/struct.WriteDescriptorSet.html" title="struct vk_sys::WriteDescriptorSet">WriteDescriptorSet</a>),
pub CreateDescriptorUpdateTemplateKHR: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.Device.html" title="type vk_sys::Device">Device</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="struct" href="../vk_sys/struct.DescriptorUpdateTemplateCreateInfoKHR.html" title="struct vk_sys::DescriptorUpdateTemplateCreateInfoKHR">DescriptorUpdateTemplateCreateInfoKHR</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="struct" href="../vk_sys/struct.AllocationCallbacks.html" title="struct vk_sys::AllocationCallbacks">AllocationCallbacks</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="type" href="../vk_sys/type.DescriptorUpdateTemplateKHR.html" title="type vk_sys::DescriptorUpdateTemplateKHR">DescriptorUpdateTemplateKHR</a>) -&gt; <a class="type" href="../vk_sys/type.Result.html" title="type vk_sys::Result">Result</a>,
pub DestroyDescriptorUpdateTemplateKHR: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.Device.html" title="type vk_sys::Device">Device</a>, _: <a class="type" href="../vk_sys/type.DescriptorUpdateTemplateKHR.html" title="type vk_sys::DescriptorUpdateTemplateKHR">DescriptorUpdateTemplateKHR</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="struct" href="../vk_sys/struct.AllocationCallbacks.html" title="struct vk_sys::AllocationCallbacks">AllocationCallbacks</a>),
pub UpdateDescriptorSetWithTemplateKHR: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.Device.html" title="type vk_sys::Device">Device</a>, _: <a class="type" href="../vk_sys/type.DescriptorSet.html" title="type vk_sys::DescriptorSet">DescriptorSet</a>, _: <a class="type" href="../vk_sys/type.DescriptorUpdateTemplateKHR.html" title="type vk_sys::DescriptorUpdateTemplateKHR">DescriptorUpdateTemplateKHR</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="enum" href="https://doc.rust-lang.org/nightly/core/ffi/enum.c_void.html" title="enum core::ffi::c_void">c_void</a>),
pub CmdPushDescriptorSetWithTemplateKHR: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.CommandBuffer.html" title="type vk_sys::CommandBuffer">CommandBuffer</a>, _: <a class="type" href="../vk_sys/type.DescriptorUpdateTemplateKHR.html" title="type vk_sys::DescriptorUpdateTemplateKHR">DescriptorUpdateTemplateKHR</a>, _: <a class="type" href="../vk_sys/type.PipelineLayout.html" title="type vk_sys::PipelineLayout">PipelineLayout</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="enum" href="https://doc.rust-lang.org/nightly/core/ffi/enum.c_void.html" title="enum core::ffi::c_void">c_void</a>),
pub GetImageMemoryRequirements2KHR: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.Device.html" title="type vk_sys::Device">Device</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="struct" href="../vk_sys/struct.ImageMemoryRequirementsInfo2KHR.html" title="struct vk_sys::ImageMemoryRequirementsInfo2KHR">ImageMemoryRequirementsInfo2KHR</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../vk_sys/struct.MemoryRequirements2KHR.html" title="struct vk_sys::MemoryRequirements2KHR">MemoryRequirements2KHR</a>),
pub GetBufferMemoryRequirements2KHR: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.Device.html" title="type vk_sys::Device">Device</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="struct" href="../vk_sys/struct.BufferMemoryRequirementsInfo2KHR.html" title="struct vk_sys::BufferMemoryRequirementsInfo2KHR">BufferMemoryRequirementsInfo2KHR</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../vk_sys/struct.MemoryRequirements2KHR.html" title="struct vk_sys::MemoryRequirements2KHR">MemoryRequirements2KHR</a>),
pub DebugMarkerSetObjectNameEXT: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.Device.html" title="type vk_sys::Device">Device</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="struct" href="../vk_sys/struct.DebugMarkerObjectNameInfoEXT.html" title="struct vk_sys::DebugMarkerObjectNameInfoEXT">DebugMarkerObjectNameInfoEXT</a>) -&gt; <a class="type" href="../vk_sys/type.Result.html" title="type vk_sys::Result">Result</a>,
pub DebugMarkerSetObjectTagEXT: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.Device.html" title="type vk_sys::Device">Device</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="struct" href="../vk_sys/struct.DebugMarkerObjectTagInfoEXT.html" title="struct vk_sys::DebugMarkerObjectTagInfoEXT">DebugMarkerObjectTagInfoEXT</a>) -&gt; <a class="type" href="../vk_sys/type.Result.html" title="type vk_sys::Result">Result</a>,
pub CmdDebugMarkerBeginEXT: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.CommandBuffer.html" title="type vk_sys::CommandBuffer">CommandBuffer</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="struct" href="../vk_sys/struct.DebugMarkerMarkerInfoEXT.html" title="struct vk_sys::DebugMarkerMarkerInfoEXT">DebugMarkerMarkerInfoEXT</a>),
pub CmdDebugMarkerEndEXT: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.CommandBuffer.html" title="type vk_sys::CommandBuffer">CommandBuffer</a>),
pub CmdDebugMarkerInsertEXT: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.CommandBuffer.html" title="type vk_sys::CommandBuffer">CommandBuffer</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="struct" href="../vk_sys/struct.DebugMarkerMarkerInfoEXT.html" title="struct vk_sys::DebugMarkerMarkerInfoEXT">DebugMarkerMarkerInfoEXT</a>),
}</pre></div><h2 id='fields' class='fields small-section-header'>
Fields<a href='#fields' class='anchor'></a></h2><span id="structfield.DestroyDevice" class="structfield small-section-header"><a href="#structfield.DestroyDevice" class="anchor field"></a><code id="DestroyDevice.v">DestroyDevice: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.Device.html" title="type vk_sys::Device">Device</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="struct" href="../vk_sys/struct.AllocationCallbacks.html" title="struct vk_sys::AllocationCallbacks">AllocationCallbacks</a>)</code></span><span id="structfield.GetDeviceQueue" class="structfield small-section-header"><a href="#structfield.GetDeviceQueue" class="anchor field"></a><code id="GetDeviceQueue.v">GetDeviceQueue: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.Device.html" title="type vk_sys::Device">Device</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="type" href="../vk_sys/type.Queue.html" title="type vk_sys::Queue">Queue</a>)</code></span><span id="structfield.QueueSubmit" class="structfield small-section-header"><a href="#structfield.QueueSubmit" class="anchor field"></a><code id="QueueSubmit.v">QueueSubmit: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.Queue.html" title="type vk_sys::Queue">Queue</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="struct" href="../vk_sys/struct.SubmitInfo.html" title="struct vk_sys::SubmitInfo">SubmitInfo</a>, _: <a class="type" href="../vk_sys/type.Fence.html" title="type vk_sys::Fence">Fence</a>) -&gt; <a class="type" href="../vk_sys/type.Result.html" title="type vk_sys::Result">Result</a></code></span><span id="structfield.QueueWaitIdle" class="structfield small-section-header"><a href="#structfield.QueueWaitIdle" class="anchor field"></a><code id="QueueWaitIdle.v">QueueWaitIdle: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.Queue.html" title="type vk_sys::Queue">Queue</a>) -&gt; <a class="type" href="../vk_sys/type.Result.html" title="type vk_sys::Result">Result</a></code></span><span id="structfield.DeviceWaitIdle" class="structfield small-section-header"><a href="#structfield.DeviceWaitIdle" class="anchor field"></a><code id="DeviceWaitIdle.v">DeviceWaitIdle: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.Device.html" title="type vk_sys::Device">Device</a>) -&gt; <a class="type" href="../vk_sys/type.Result.html" title="type vk_sys::Result">Result</a></code></span><span id="structfield.AllocateMemory" class="structfield small-section-header"><a href="#structfield.AllocateMemory" class="anchor field"></a><code id="AllocateMemory.v">AllocateMemory: extern &quot;system&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="type" href="../vk_sys/type.Device.html" title="type vk_sys::Device">Device</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="struct" href="../vk_sys/struct.MemoryAllocateInfo.html" title="struct vk_sys::MemoryAllocateInfo">MemoryAllocateInfo</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/pri
</div></div></div><h2 id='synthetic-implementations' class='small-section-header'>Auto Trait Implementations<a href='#synthetic-implementations' class='anchor'></a></h2><div id='synthetic-implementations-list'><h3 id='impl-Unpin' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Unpin.html" title="trait core::marker::Unpin">Unpin</a> for <a class="struct" href="../vk_sys/struct.DevicePointers.html" title="struct vk_sys::DevicePointers">DevicePointers</a></code><a href='#impl-Unpin' class='anchor'></a></h3><div class='impl-items'></div><h3 id='impl-UnwindSafe' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/std/panic/trait.UnwindSafe.html" title="trait std::panic::UnwindSafe">UnwindSafe</a> for <a class="struct" href="../vk_sys/struct.DevicePointers.html" title="struct vk_sys::DevicePointers">DevicePointers</a></code><a href='#impl-UnwindSafe' class='anchor'></a></h3><div class='impl-items'></div><h3 id='impl-RefUnwindSafe' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/std/panic/trait.RefUnwindSafe.html" title="trait std::panic::RefUnwindSafe">RefUnwindSafe</a> for <a class="struct" href="../vk_sys/struct.DevicePointers.html" title="struct vk_sys::DevicePointers">DevicePointers</a></code><a href='#impl-RefUnwindSafe' class='anchor'></a></h3><div class='impl-items'></div></div><h2 id='blanket-implementations' class='small-section-header'>Blanket Implementations<a href='#blanket-implementations' class='anchor'></a></h2><div id='blanket-implementations-list'><h3 id='impl-Into%3CU%3E' class='impl'><code class='in-band'>impl&lt;T, U&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a>&lt;U&gt; for T <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;U: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a>&lt;T&gt;,&nbsp;</span></code><a href='#impl-Into%3CU%3E' class='anchor'></a><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/convert.rs.html#544-549' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.into' class="method hidden"><code id='into.v'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.Into.html#tymethod.into' class='fnname'>into</a>(self) -&gt; U</code><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/convert.rs.html#546-548' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3 id='impl-From%3CT%3E' class='impl'><code class='in-band'>impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a>&lt;T&gt; for T</code><a href='#impl-From%3CT%3E' class='anchor'></a><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/convert.rs.html#553-555' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from' class="method hidden"><code id='from.v'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(t: T) -&gt; T</code><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/convert.rs.html#554' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3 id='impl-TryFrom%3CU%3E' class='impl'><code class='in-band'>impl&lt;T, U&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a>&lt;U&gt; for T <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;U: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a>&lt;T&gt;,&nbsp;</span></code><a href='#impl-TryFrom%3CU%3E' class='anchor'></a><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/convert.rs.html#572-578' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Error' class="type"><code id='Error.t'>type <a href='https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#associatedtype.Error' class="type">Error</a> = <a class="enum" href="https://doc.rust-lang.org/nightly/core/convert/enum.Infallible.html" title="enum core::convert::Infallible">Infallible</a></code></h4><div class='docblock'><p>The type returned in the event of a conversion error.</p>
</div><h4 id='method.try_from' class="method hidden"><code id='try_from.v'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#tymethod.try_from' class='fnname'>try_from</a>(value: U) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;T, &lt;T as <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a>&lt;U&gt;&gt;::<a class="type" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#associatedtype.Error" title="type core::convert::TryFrom::Error">Error</a>&gt;</code><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/convert.rs.html#575-577' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3 id='impl-TryInto%3CU%3E' class='impl'><code class='in-band'>impl&lt;T, U&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryInto.html" title="trait core::convert::TryInto">TryInto</a>&lt;U&gt; for T <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;U: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a>&lt;T&gt;,&nbsp;</span></code><a href='#impl-TryInto%3CU%3E' class='anchor'></a><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/convert.rs.html#560-567' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Error-1' class="type"><code id='Error.t-1'>type <a href='https://doc.rust-lang.org/nightly/core/convert/trait.TryInto.html#associatedtype.Error' class="type">Error</a> = &lt;U as <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a>&lt;T&gt;&gt;::<a class="type" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#associatedtype.Error" title="type core::convert::TryFrom::Error">Error</a></code></h4><div class='docblock'><p>The type returned in the event of a conversion error.</p>
</div><h4 id='method.try_into' class="method hidden"><code id='try_into.v'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.TryInto.html#tymethod.try_into' class='fnname'>try_into</a>(self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;U, &lt;U as <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a>&lt;T&gt;&gt;::<a class="type" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#associatedtype.Error" title="type core::convert::TryFrom::Error">Error</a>&gt;</code><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/convert.rs.html#564-566' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3 id='impl-BorrowMut%3CT%3E' class='impl'><code class='in-band'>impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/borrow/trait.BorrowMut.html" title="trait core::borrow::BorrowMut">BorrowMut</a>&lt;T&gt; for T <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: ?<a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,&nbsp;</span></code><a href='#impl-BorrowMut%3CT%3E' class='anchor'></a><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/borrow.rs.html#218-220' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.borrow_mut' class="method hidden"><code id='borrow_mut.v'>fn <a href='https://doc.rust-lang.org/nightly/core/borrow/trait.BorrowMut.html#tymethod.borrow_mut' class='fnname'>borrow_mut</a>(&amp;mut self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;mut </a>T</code><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/borrow.rs.html#219' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Mutably borrows from an owned value. <a href="https://doc.rust-lang.org/nightly/core/borrow/trait.BorrowMut.html#tymethod.borrow_mut">Read more</a></p>
</div></div><h3 id='impl-Borrow%3CT%3E' class='impl'><code class='in-band'>impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/borrow/trait.Borrow.html" title="trait core::borrow::Borrow">Borrow</a>&lt;T&gt; for T <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: ?<a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,&nbsp;</span></code><a href='#impl-Borrow%3CT%3E' class='anchor'></a><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/borrow.rs.html#213-215' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.borrow' class="method hidden"><code id='borrow.v'>fn <a href='https://doc.rust-lang.org/nightly/core/borrow/trait.Borrow.html#tymethod.borrow' class='fnname'>borrow</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;</a>T</code><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/borrow.rs.html#214' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Immutably borrows from an owned value. <a href="https://doc.rust-lang.org/nightly/core/borrow/trait.Borrow.html#tymethod.borrow">Read more</a></p>
</div></div><h3 id='impl-Any' class='impl'><code class='in-band'>impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/any/trait.Any.html" title="trait core::any::Any">Any</a> for T <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: 'static + ?<a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,&nbsp;</span></code><a href='#impl-Any' class='anchor'></a><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/any.rs.html#100-102' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.type_id' class="method hidden"><code id='type_id.v'>fn <a href='https://doc.rust-lang.org/nightly/core/any/trait.Any.html#tymethod.type_id' class='fnname'>type_id</a>(&amp;self) -&gt; <a class="struct" href="https://doc.rust-lang.org/nightly/core/any/struct.TypeId.html" title="struct core::any::TypeId">TypeId</a></code><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/any.rs.html#101' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Gets the <code>TypeId</code> of <code>self</code>. <a href="https://doc.rust-lang.org/nightly/core/any/trait.Any.html#tymethod.type_id">Read more</a></p>
</div></div></div></section><section id="search" class="content hidden"></section><section class="footer"></section><aside id="help" class="hidden"><div><h1 class="hidden">Help</h1><div class="shortcuts"><h2>Keyboard Shortcuts</h2><dl><dt><kbd>?</kbd></dt><dd>Show this help dialog</dd><dt><kbd>S</kbd></dt><dd>Focus the search field</dd><dt><kbd></kbd></dt><dd>Move up in search results</dd><dt><kbd></kbd></dt><dd>Move down in search results</dd><dt><kbd></kbd></dt><dd>Switch tab</dd><dt><kbd>&#9166;</kbd></dt><dd>Go to active search result</dd><dt><kbd>+</kbd></dt><dd>Expand all sections</dd><dt><kbd>-</kbd></dt><dd>Collapse all sections</dd></dl></div><div class="infos"><h2>Search Tricks</h2><p>Prefix searches with a type followed by a colon (e.g., <code>fn:</code>) to restrict the search to a given type.</p><p>Accepted types are: <code>fn</code>, <code>mod</code>, <code>struct</code>, <code>enum</code>, <code>trait</code>, <code>type</code>, <code>macro</code>, and <code>const</code>.</p><p>Search functions by type signature (e.g., <code>vec -> usize</code> or <code>* -> vec</code>)</p><p>Search multiple things at once by splitting your query with comma (e.g., <code>str,u8</code> or <code>String,struct:Vec,test</code>)</p></div></div></aside><script>window.rootPath = "../";window.currentCrate = "vk_sys";</script><script src="../aliases.js"></script><script src="../main.js"></script><script defer src="../search-index.js"></script></body></html>