[][src]Struct dxplr::d3dcompiler::CompileFlags

pub struct CompileFlags(_);

Methods

impl CompileFlags[src]

pub fn enabled(&self, flag: Self) -> bool[src]

pub fn disabled(&self, flag: Self) -> bool[src]

impl CompileFlags[src]

pub const Debug: Self[src]

pub const SkipValidation: Self[src]

pub const SkipOptimization: Self[src]

pub const PackMatrixRowMajor: Self[src]

pub const PackMatrixColumnMajor: Self[src]

pub const PartialPrecision: Self[src]

pub const ForceVSSoftwareNoOpt: Self[src]

pub const ForcePSSoftwareNoOpt: Self[src]

pub const NoPreshader: Self[src]

pub const AvoidFlowControl: Self[src]

pub const EnableStrictness: Self[src]

pub const EnableBackwardsCompatiblity: Self[src]

pub const IEEEStrictness: Self[src]

pub const OptimizationLevel0: Self[src]

pub const OptimizationLevel1: Self[src]

pub const OptimizationLevel2: Self[src]

pub const OptimizationLevel3: Self[src]

pub const WarningsAreErrors: Self[src]

pub const ResourcesMayAlias: Self[src]

pub const UnboundedDescriptorTables: Self[src]

pub const AllResourcesBound: Self[src]

Trait Implementations

impl PartialEq<CompileFlags> for CompileFlags[src]

impl Clone for CompileFlags[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl Eq for CompileFlags[src]

impl Copy for CompileFlags[src]

impl Debug for CompileFlags[src]

impl BitAnd<CompileFlags> for CompileFlags[src]

type Output = Self

The resulting type after applying the & operator.

impl BitOr<CompileFlags> for CompileFlags[src]

type Output = Self

The resulting type after applying the | operator.

impl BitAndAssign<CompileFlags> for CompileFlags[src]

impl BitOrAssign<CompileFlags> for CompileFlags[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]