pub enum UniformMemberBlock {
Ubo,
PushConstant,
}Expand description
The block where a uniform member is located.
Variants§
Implementations§
source§impl UniformMemberBlock
impl UniformMemberBlock
sourcepub const TYPES: [UniformMemberBlock; 2] = _
pub const TYPES: [UniformMemberBlock; 2] = _
A list of valid member block types.
Trait Implementations§
source§impl Clone for UniformMemberBlock
impl Clone for UniformMemberBlock
source§fn clone(&self) -> UniformMemberBlock
fn clone(&self) -> UniformMemberBlock
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for UniformMemberBlock
impl Debug for UniformMemberBlock
source§impl PartialEq<UniformMemberBlock> for UniformMemberBlock
impl PartialEq<UniformMemberBlock> for UniformMemberBlock
source§fn eq(&self, other: &UniformMemberBlock) -> bool
fn eq(&self, other: &UniformMemberBlock) -> bool
This method tests for
self and other values to be equal, and is used
by ==.