Struct librashader_reflect::reflect::semantics::VariableMeta
source · pub struct VariableMeta {
pub offset: MemberOffset,
pub size: u32,
pub id: String,
}
Expand description
Reflection information about a non-texture related uniform variable.
Fields§
§offset: MemberOffset
The offset of this variable uniform.
size: u32
The size of the uniform.
id: String
The name of the uniform.
Trait Implementations§
source§impl Debug for VariableMeta
impl Debug for VariableMeta
source§impl UniformMeta for VariableMeta
impl UniformMeta for VariableMeta
Auto Trait Implementations§
impl RefUnwindSafe for VariableMeta
impl Send for VariableMeta
impl Sync for VariableMeta
impl Unpin for VariableMeta
impl UnwindSafe for VariableMeta
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more