Struct librashader_reflect::reflect::semantics::TextureBinding
source · pub struct TextureBinding {
pub binding: u32,
}
Expand description
Reflection information about texture samplers.
Fields§
§binding: u32
The binding index of the texture.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for TextureBinding
impl Send for TextureBinding
impl Sync for TextureBinding
impl Unpin for TextureBinding
impl UnwindSafe for TextureBinding
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