Enum wgpu_core::backend::Gl [−][src]
pub enum Gl {}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.
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 = CommandPool
type CommandPool = CommandPoolThe 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 = FatSampler
type Sampler = FatSamplerThe 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 = ()
type PipelineCache = ()The corresponding pipeline cache type for this backend.
The 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 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.