Struct naga::back::glsl::VaryingOptions
source · struct VaryingOptions {
output: bool,
targeting_webgl: bool,
draw_parameters: bool,
}
Expand description
Assorted options needed for generating varyings.
Fields§
§output: bool
§targeting_webgl: bool
§draw_parameters: bool
Implementations§
source§impl VaryingOptions
impl VaryingOptions
const fn from_writer_options(options: &Options, output: bool) -> Self
Trait Implementations§
source§impl Clone for VaryingOptions
impl Clone for VaryingOptions
source§fn clone(&self) -> VaryingOptions
fn clone(&self) -> VaryingOptions
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 moreimpl Copy for VaryingOptions
Auto Trait Implementations§
impl Freeze for VaryingOptions
impl RefUnwindSafe for VaryingOptions
impl Send for VaryingOptions
impl Sync for VaryingOptions
impl Unpin for VaryingOptions
impl UnwindSafe for VaryingOptions
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