pub enum Gl {}Trait Implementations§
source§impl Backend for Backend
impl Backend for Backend
§type PhysicalDevice = PhysicalDevice
type PhysicalDevice = PhysicalDevice
The corresponding physical device type for this backend.
§type Device = Device
type Device = Device
The corresponding logical device type for this backend.
§type QueueFamily = QueueFamily
type QueueFamily = QueueFamily
The corresponding queue family type for this backend.
§type CommandQueue = CommandQueue
type CommandQueue = CommandQueue
The corresponding command queue type for this backend.
§type CommandBuffer = CommandBuffer
type CommandBuffer = CommandBuffer
The corresponding command buffer type for this backend.
§type CommandPool = CommandPool
type CommandPool = CommandPool
The corresponding command pool type for this backend.
§type ShaderModule = ShaderModule
type ShaderModule = ShaderModule
The corresponding shader module type for this backend.
§type RenderPass = RenderPass
type RenderPass = RenderPass
The corresponding render pass type for this backend.
§type Framebuffer = Framebuffer
type Framebuffer = Framebuffer
The corresponding framebuffer type for this backend.
§type BufferView = BufferView
type BufferView = BufferView
The corresponding buffer view type for this backend.
§type ComputePipeline = ComputePipeline
type ComputePipeline = ComputePipeline
The corresponding compute pipeline type for this backend.
§type GraphicsPipeline = GraphicsPipeline
type GraphicsPipeline = GraphicsPipeline
The corresponding graphics pipeline type for this backend.
§type PipelineLayout = PipelineLayout
type PipelineLayout = PipelineLayout
The corresponding pipeline layout type for this backend.
§type PipelineCache = ()
type PipelineCache = ()
The corresponding pipeline cache type for this backend.
§type DescriptorSetLayout = Arc<Vec<DescriptorSetLayoutBinding, Global>>
type DescriptorSetLayout = Arc<Vec<DescriptorSetLayoutBinding, Global>>
The corresponding descriptor set layout type for this backend.
§type DescriptorPool = DescriptorPool
type DescriptorPool = DescriptorPool
The corresponding descriptor pool type for this backend.
§type DescriptorSet = DescriptorSet
type DescriptorSet = DescriptorSet
The corresponding descriptor set type for this backend.
source§impl GfxBackend for Gl
impl GfxBackend for Gl
impl Copy for Backend
impl Eq for Backend
impl StructuralEq for Backend
impl StructuralPartialEq for Backend
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§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.