#[repr(u32)]pub enum ExecutionMode {
Show 31 variants
Invocations = 0,
SpacingEqual = 1,
SpacingFractionalEven = 2,
SpacingFractionalOdd = 3,
VertexOrderCw = 4,
VertexOrderCcw = 5,
PixelCenterInteger = 6,
OriginUpperLeft = 7,
OriginLowerLeft = 8,
EarlyFragmentTests = 9,
PointMode = 10,
Xfb = 11,
DepthReplacing = 12,
DepthGreater = 14,
DepthLess = 15,
DepthUnchanged = 16,
LocalSize = 17,
LocalSizeHint = 18,
InputPoints = 19,
InputLines = 20,
InputLinesAdjacency = 21,
Triangles = 22,
InputTrianglesAdjacency = 23,
Quads = 24,
IsoLines = 25,
OutputVertices = 26,
OutputPoints = 27,
OutputLineStrip = 28,
OutputTriangleStrip = 29,
VecTypeHint = 30,
ContractionOff = 31,
}
Variants§
Invocations = 0
SpacingEqual = 1
SpacingFractionalEven = 2
SpacingFractionalOdd = 3
VertexOrderCw = 4
VertexOrderCcw = 5
PixelCenterInteger = 6
OriginUpperLeft = 7
OriginLowerLeft = 8
EarlyFragmentTests = 9
PointMode = 10
Xfb = 11
DepthReplacing = 12
DepthGreater = 14
DepthLess = 15
DepthUnchanged = 16
LocalSize = 17
LocalSizeHint = 18
InputPoints = 19
InputLines = 20
InputLinesAdjacency = 21
Triangles = 22
InputTrianglesAdjacency = 23
Quads = 24
IsoLines = 25
OutputVertices = 26
OutputPoints = 27
OutputLineStrip = 28
OutputTriangleStrip = 29
VecTypeHint = 30
ContractionOff = 31
Implementations§
Source§impl ExecutionMode
impl ExecutionMode
pub fn from(val: u32) -> Option<ExecutionMode>
Trait Implementations§
Source§impl Clone for ExecutionMode
impl Clone for ExecutionMode
Source§fn clone(&self) -> ExecutionMode
fn clone(&self) -> ExecutionMode
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 ExecutionMode
impl Debug for ExecutionMode
Source§impl Hash for ExecutionMode
impl Hash for ExecutionMode
Source§impl PartialEq for ExecutionMode
impl PartialEq for ExecutionMode
impl Copy for ExecutionMode
impl StructuralPartialEq for ExecutionMode
Auto Trait Implementations§
impl Freeze for ExecutionMode
impl RefUnwindSafe for ExecutionMode
impl Send for ExecutionMode
impl Sync for ExecutionMode
impl Unpin for ExecutionMode
impl UnwindSafe for ExecutionMode
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)