Enum wgpu_core::backend::Vulkan [−][src]
pub enum Vulkan {}Trait Implementations
impl Backend for Backend[src]
impl Backend for Backend[src]type PhysicalDevice = PhysicalDevice
type PhysicalDevice = PhysicalDeviceThe corresponding physical device type for this backend.
type Device = Device
type Device = DeviceThe corresponding logical device type for this backend.
type QueueFamily = QueueFamily
type QueueFamily = QueueFamilyThe corresponding queue family type for this backend.
type Queue = Queue
type Queue = QueueThe corresponding command queue type for this backend.
type CommandBuffer = CommandBuffer
type CommandBuffer = CommandBufferThe corresponding command buffer type for this backend.
type Memory = Memory
type Memory = MemoryThe corresponding memory type for this backend.
type CommandPool = RawCommandPool
type CommandPool = RawCommandPoolThe corresponding command pool type for this backend.
type ShaderModule = ShaderModule
type ShaderModule = ShaderModuleThe corresponding shader module type for this backend.
type RenderPass = RenderPass
type RenderPass = RenderPassThe corresponding render pass type for this backend.
type Framebuffer = Framebuffer
type Framebuffer = FramebufferThe corresponding framebuffer type for this backend.
type Buffer = Buffer
type Buffer = BufferThe corresponding buffer type for this backend.
type BufferView = BufferView
type BufferView = BufferViewThe corresponding buffer view type for this backend.
type Image = Image
type Image = ImageThe corresponding image type for this backend.
type ImageView = ImageView
type ImageView = ImageViewThe corresponding image view type for this backend.
type Sampler = Sampler
type Sampler = SamplerThe corresponding sampler type for this backend.
type ComputePipeline = ComputePipeline
type ComputePipeline = ComputePipelineThe corresponding compute pipeline type for this backend.
type GraphicsPipeline = GraphicsPipeline
type GraphicsPipeline = GraphicsPipelineThe corresponding graphics pipeline type for this backend.
type PipelineLayout = PipelineLayout
type PipelineLayout = PipelineLayoutThe corresponding pipeline layout type for this backend.
type PipelineCache = PipelineCache
type PipelineCache = PipelineCacheThe corresponding pipeline cache type for this backend.
type DescriptorSetLayout = DescriptorSetLayout
type DescriptorSetLayout = DescriptorSetLayoutThe corresponding descriptor set layout type for this backend.
type DescriptorPool = DescriptorPool
type DescriptorPool = DescriptorPoolThe corresponding descriptor pool type for this backend.
type DescriptorSet = DescriptorSet
type DescriptorSet = DescriptorSetThe corresponding descriptor set type for this backend.
type Fence = Fence
type Fence = FenceThe corresponding fence type for this backend.
type Semaphore = Semaphore
type Semaphore = SemaphoreThe corresponding semaphore type for this backend.
type Event = Event
type Event = EventThe corresponding event type for this backend.
type QueryPool = QueryPool
type QueryPool = QueryPoolThe corresponding query pool type for this backend.
impl GfxBackend for Vulkan[src]
impl GfxBackend for Vulkan[src]impl Copy for Backend[src]
impl Eq for Backend[src]
impl StructuralEq for Backend[src]
impl StructuralPartialEq for Backend[src]
Auto Trait Implementations
impl RefUnwindSafe for Backend
impl Send for Backend
impl Sync for Backend
impl Unpin for Backend
impl UnwindSafe for Backend
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more
impl<T> CallHasher for T where
T: Hash,
impl<T> CallHasher for T where
T: Hash, impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized, [src]
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized, [src]pub fn equivalent(&self, key: &K) -> bool[src]
pub fn equivalent(&self, key: &K) -> bool[src]Compare self to key and return true if they are equal.
impl<T> ToOwned for T where
T: Clone, [src]
impl<T> ToOwned for T where
T: Clone, [src]type Owned = T
type Owned = TThe resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn to_owned(&self) -> T[src]Creates owned data from borrowed data, usually by cloning. Read more
pub fn clone_into(&self, target: &mut T)[src]
pub fn clone_into(&self, target: &mut T)[src]🔬 This is a nightly-only experimental API. (toowned_clone_into)
recently added
Uses borrowed data to replace owned data, usually by cloning. Read more