Enum wgpu_core::backend::Vulkan [−][src]
pub enum Vulkan {}Trait Implementations
type PhysicalDevice = PhysicalDevice
type PhysicalDevice = PhysicalDeviceThe corresponding physical device type for this backend.
The corresponding logical device type for this backend.
type QueueFamily = QueueFamily
type QueueFamily = QueueFamilyThe corresponding queue family type for this backend.
The 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.
type Display = Display
type Display = DisplayThe corresponding display type for this backend.
type DisplayMode = DisplayMode
type DisplayMode = DisplayModeThe corresponding display mode type for this backend
Auto Trait Implementations
impl RefUnwindSafe for Backendimpl UnwindSafe for BackendBlanket Implementations
Mutably borrows from an owned value. Read more
impl<T> CallHasher for T where
T: Hash,
impl<T> CallHasher for T where
T: Hash, Compare self to key and return true if they are equal.