Enum wgpu_core::backend::Empty [−][src]
pub enum Empty {}Expand description
Dummy backend.
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 = CommandPool
type CommandPool = CommandPoolThe corresponding command pool type for this backend.
type ShaderModule = ()
type ShaderModule = ()The corresponding shader module type for this backend.
type RenderPass = ()
type RenderPass = ()The corresponding render pass type for this backend.
type Framebuffer = ()
type Framebuffer = ()The corresponding framebuffer type for this backend.
type Buffer = Buffer
type Buffer = BufferThe corresponding buffer type for this backend.
type BufferView = ()
type BufferView = ()The corresponding buffer view type for this backend.
type Image = Image
type Image = ImageThe corresponding image type for this backend.
type ComputePipeline = ()
type ComputePipeline = ()The corresponding compute pipeline type for this backend.
type GraphicsPipeline = ()
type GraphicsPipeline = ()The corresponding graphics pipeline type for this backend.
type PipelineCache = ()
type PipelineCache = ()The corresponding pipeline cache type for this backend.
type PipelineLayout = ()
type PipelineLayout = ()The corresponding pipeline layout 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 DisplayMode = ()
type DisplayMode = ()The 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.