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.
152 lines
400 KiB
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">☰</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 "system" <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 "system" <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 "system" <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>) -> <a class="type" href="../vk_sys/type.Result.html" title="type vk_sys::Result">Result</a>,
|
||
|
pub QueueWaitIdle: extern "system" <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="type" href="../vk_sys/type.Result.html" title="type vk_sys::Result">Result</a>,
|
||
|
pub DeviceWaitIdle: extern "system" <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.Result.html" title="type vk_sys::Result">Result</a>,
|
||
|
pub AllocateMemory: extern "system" <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>) -> <a class="type" href="../vk_sys/type.Result.html" title="type vk_sys::Result">Result</a>,
|
||
|
pub FreeMemory: extern "system" <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 "system" <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>) -> <a class="type" href="../vk_sys/type.Result.html" title="type vk_sys::Result">Result</a>,
|
||
|
pub UnmapMemory: extern "system" <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 "system" <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>) -> <a class="type" href="../vk_sys/type.Result.html" title="type vk_sys::Result">Result</a>,
|
||
|
pub InvalidateMappedMemoryRanges: extern "system" <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>) -> <a class="type" href="../vk_sys/type.Result.html" title="type vk_sys::Result">Result</a>,
|
||
|
pub GetDeviceMemoryCommitment: extern "system" <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 "system" <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>) -> <a class="type" href="../vk_sys/type.Result.html" title="type vk_sys::Result">Result</a>,
|
||
|
pub BindImageMemory: extern "system" <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>) -> <a class="type" href="../vk_sys/type.Result.html" title="type vk_sys::Result">Result</a>,
|
||
|
pub GetBufferMemoryRequirements: extern "system" <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 "system" <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 "system" <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 "system" <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>) -> <a class="type" href="../vk_sys/type.Result.html" title="type vk_sys::Result">Result</a>,
|
||
|
pub CreateFence: extern "system" <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>) -> <a class="type" href="../vk_sys/type.Result.html" title="type vk_sys::Result">Result</a>,
|
||
|
pub DestroyFence: extern "system" <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 "system" <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.Result.html" title="type vk_sys::Result">Result</a>,
|
||
|
pub GetFenceStatus: extern "system" <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="type" href="../vk_sys/type.Result.html" title="type vk_sys::Result">Result</a>,
|
||
|
pub WaitForFences: extern "system" <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>) -> <a class="type" href="../vk_sys/type.Result.html" title="type vk_sys::Result">Result</a>,
|
||
|
pub CreateSemaphore: extern "system" <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>) -> <a class="type" href="../vk_sys/type.Result.html" title="type vk_sys::Result">Result</a>,
|
||
|
pub DestroySemaphore: extern "system" <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 "system" <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>) -> <a class="type" href="../vk_sys/type.Result.html" title="type vk_sys::Result">Result</a>,
|
||
|
pub DestroyEvent: extern "system" <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 "system" <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="type" href="../vk_sys/type.Result.html" title="type vk_sys::Result">Result</a>,
|
||
|
pub SetEvent: extern "system" <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="type" href="../vk_sys/type.Result.html" title="type vk_sys::Result">Result</a>,
|
||
|
pub ResetEvent: extern "system" <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="type" href="../vk_sys/type.Result.html" title="type vk_sys::Result">Result</a>,
|
||
|
pub CreateQueryPool: extern "system" <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>) -> <a class="type" href="../vk_sys/type.Result.html" title="type vk_sys::Result">Result</a>,
|
||
|
pub DestroyQueryPool: extern "system" <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 "system" <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>) -> <a class="type" href="../vk_sys/type.Result.html" title="type vk_sys::Result">Result</a>,
|
||
|
pub CreateBuffer: extern "system" <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>) -> <a class="type" href="../vk_sys/type.Result.html" title="type vk_sys::Result">Result</a>,
|
||
|
pub DestroyBuffer: extern "system" <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 "system" <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>) -> <a class="type" href="../vk_sys/type.Result.html" title="type vk_sys::Result">Result</a>,
|
||
|
pub DestroyBufferView: extern "system" <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 "system" <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>) -> <a class="type" href="../vk_sys/type.Result.html" title="type vk_sys::Result">Result</a>,
|
||
|
pub DestroyImage: extern "system" <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 "system" <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 "system" <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>) -> <a class="type" href="../vk_sys/type.Result.html" title="type vk_sys::Result">Result</a>,
|
||
|
pub DestroyImageView: extern "system" <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 "system" <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>) -> <a class="type" href="../vk_sys/type.Result.html" title="type vk_sys::Result">Result</a>,
|
||
|
pub DestroyShaderModule: extern "system" <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 "system" <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>) -> <a class="type" href="../vk_sys/type.Result.html" title="type vk_sys::Result">Result</a>,
|
||
|
pub DestroyPipelineCache: extern "system" <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 "system" <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>) -> <a class="type" href="../vk_sys/type.Result.html" title="type vk_sys::Result">Result</a>,
|
||
|
pub MergePipelineCaches: extern "system" <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>) -> <a class="type" href="../vk_sys/type.Result.html" title="type vk_sys::Result">Result</a>,
|
||
|
pub CreateGraphicsPipelines: extern "system" <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>) -> <a class="type" href="../vk_sys/type.Result.html" title="type vk_sys::Result">Result</a>,
|
||
|
pub CreateComputePipelines: extern "system" <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>) -> <a class="type" href="../vk_sys/type.Result.html" title="type vk_sys::Result">Result</a>,
|
||
|
pub DestroyPipeline: extern "system" <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 "system" <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>) -> <a class="type" href="../vk_sys/type.Result.html" title="type vk_sys::Result">Result</a>,
|
||
|
pub DestroyPipelineLayout: extern "system" <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 "system" <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>) -> <a class="type" href="../vk_sys/type.Result.html" title="type vk_sys::Result">Result</a>,
|
||
|
pub DestroySampler: extern "system" <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 "system" <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>) -> <a class="type" href="../vk_sys/type.Result.html" title="type vk_sys::Result">Result</a>,
|
||
|
pub DestroyDescriptorSetLayout: extern "system" <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 "system" <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>) -> <a class="type" href="../vk_sys/type.Result.html" title="type vk_sys::Result">Result</a>,
|
||
|
pub DestroyDescriptorPool: extern "system" <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 "system" <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>) -> <a class="type" href="../vk_sys/type.Result.html" title="type vk_sys::Result">Result</a>,
|
||
|
pub AllocateDescriptorSets: extern "system" <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>) -> <a class="type" href="../vk_sys/type.Result.html" title="type vk_sys::Result">Result</a>,
|
||
|
pub FreeDescriptorSets: extern "system" <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>) -> <a class="type" href="../vk_sys/type.Result.html" title="type vk_sys::Result">Result</a>,
|
||
|
pub UpdateDescriptorSets: extern "system" <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 "system" <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>) -> <a class="type" href="../vk_sys/type.Result.html" title="type vk_sys::Result">Result</a>,
|
||
|
pub DestroyFramebuffer: extern "system" <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 "system" <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>) -> <a class="type" href="../vk_sys/type.Result.html" title="type vk_sys::Result">Result</a>,
|
||
|
pub DestroyRenderPass: extern "system" <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 "system" <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 "system" <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>) -> <a class="type" href="../vk_sys/type.Result.html" title="type vk_sys::Result">Result</a>,
|
||
|
pub DestroyCommandPool: extern "system" <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 "system" <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>) -> <a class="type" href="../vk_sys/type.Result.html" title="type vk_sys::Result">Result</a>,
|
||
|
pub TrimCommandPoolKHR: extern "system" <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 "system" <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>) -> <a class="type" href="../vk_sys/type.Result.html" title="type vk_sys::Result">Result</a>,
|
||
|
pub FreeCommandBuffers: extern "system" <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 "system" <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>) -> <a class="type" href="../vk_sys/type.Result.html" title="type vk_sys::Result">Result</a>,
|
||
|
pub EndCommandBuffer: extern "system" <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.Result.html" title="type vk_sys::Result">Result</a>,
|
||
|
pub ResetCommandBuffer: extern "system" <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>) -> <a class="type" href="../vk_sys/type.Result.html" title="type vk_sys::Result">Result</a>,
|
||
|
pub CmdBindPipeline: extern "system" <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 "system" <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 "system" <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 "system" <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 "system" <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 "system" <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 "system" <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 "system" <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 "system" <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 "system" <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 "system" <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 "system" <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 "system" <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 "system" <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 "system" <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 "system" <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 "system" <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 "system" <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 "system" <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 "system" <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 "system" <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 "system" <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 "system" <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 "system" <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 "system" <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 "system" <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 "system" <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 "system" <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 "system" <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 "system" <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 "system" <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 "system" <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 "system" <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 "system" <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 "system" <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 "system" <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 "system" <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 "system" <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 "system" <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 "system" <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 "system" <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 "system" <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 "system" <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 "system" <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 "system" <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>) -> <a class="type" href="../vk_sys/type.Result.html" title="type vk_sys::Result">Result</a>,
|
||
|
pub DestroySwapchainKHR: extern "system" <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 "system" <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>) -> <a class="type" href="../vk_sys/type.Result.html" title="type vk_sys::Result">Result</a>,
|
||
|
pub AcquireNextImageKHR: extern "system" <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>) -> <a class="type" href="../vk_sys/type.Result.html" title="type vk_sys::Result">Result</a>,
|
||
|
pub QueuePresentKHR: extern "system" <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>) -> <a class="type" href="../vk_sys/type.Result.html" title="type vk_sys::Result">Result</a>,
|
||
|
pub CreateSharedSwapchainsKHR: extern "system" <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>) -> <a class="type" href="../vk_sys/type.Result.html" title="type vk_sys::Result">Result</a>,
|
||
|
pub CmdPushDescriptorSetKHR: extern "system" <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 "system" <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>) -> <a class="type" href="../vk_sys/type.Result.html" title="type vk_sys::Result">Result</a>,
|
||
|
pub DestroyDescriptorUpdateTemplateKHR: extern "system" <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 "system" <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 "system" <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 "system" <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 "system" <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 "system" <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>) -> <a class="type" href="../vk_sys/type.Result.html" title="type vk_sys::Result">Result</a>,
|
||
|
pub DebugMarkerSetObjectTagEXT: extern "system" <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>) -> <a class="type" href="../vk_sys/type.Result.html" title="type vk_sys::Result">Result</a>,
|
||
|
pub CmdDebugMarkerBeginEXT: extern "system" <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 "system" <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 "system" <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 "system" <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 "system" <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 "system" <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>) -> <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 "system" <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="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 "system" <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.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 "system" <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<T, U> <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a><U> for T <span class="where fmt-newline">where<br> U: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a><T>, </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) -> 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<T> <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a><T> 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) -> 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<T, U> <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a><U> for T <span class="where fmt-newline">where<br> U: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a><T>, </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) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><T, <T as <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a><U>>::<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><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<T, U> <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryInto.html" title="trait core::convert::TryInto">TryInto</a><U> for T <span class="where fmt-newline">where<br> U: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a><T>, </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> = <U as <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a><T>>::<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) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><U, <U as <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a><T>>::<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><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<T> <a class="trait" href="https://doc.rust-lang.org/nightly/core/borrow/trait.BorrowMut.html" title="trait core::borrow::BorrowMut">BorrowMut</a><T> for T <span class="where fmt-newline">where<br> T: ?<a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>, </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>(&mut self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&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<T> <a class="trait" href="https://doc.rust-lang.org/nightly/core/borrow/trait.Borrow.html" title="trait core::borrow::Borrow">Borrow</a><T> for T <span class="where fmt-newline">where<br> T: ?<a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>, </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>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&</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<T> <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> T: 'static + ?<a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>, </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>(&self) -> <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>⏎</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>
|