#[repr(i32)]pub enum ShFragmentSynchronizationType {
NotSupported = 0,
Automatic = 1,
FragmentShaderInterlock_NV_GL = 2,
FragmentShaderOrdering_INTEL_GL = 3,
FragmentShaderInterlock_ARB_GL = 4,
RasterizerOrderViews_D3D = 5,
RasterOrderGroups_Metal = 6,
InvalidEnum = 7,
}
Variants§
NotSupported = 0
Automatic = 1
FragmentShaderInterlock_NV_GL = 2
FragmentShaderOrdering_INTEL_GL = 3
FragmentShaderInterlock_ARB_GL = 4
RasterizerOrderViews_D3D = 5
RasterOrderGroups_Metal = 6
InvalidEnum = 7
Implementations§
source§impl ShFragmentSynchronizationType
impl ShFragmentSynchronizationType
pub const EnumCount: ShFragmentSynchronizationType = ShFragmentSynchronizationType::InvalidEnum
Trait Implementations§
source§impl Clone for ShFragmentSynchronizationType
impl Clone for ShFragmentSynchronizationType
source§fn clone(&self) -> ShFragmentSynchronizationType
fn clone(&self) -> ShFragmentSynchronizationType
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 Hash for ShFragmentSynchronizationType
impl Hash for ShFragmentSynchronizationType
source§impl PartialEq for ShFragmentSynchronizationType
impl PartialEq for ShFragmentSynchronizationType
source§fn eq(&self, other: &ShFragmentSynchronizationType) -> bool
fn eq(&self, other: &ShFragmentSynchronizationType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ShFragmentSynchronizationType
impl Eq for ShFragmentSynchronizationType
impl StructuralPartialEq for ShFragmentSynchronizationType
Auto Trait Implementations§
impl Freeze for ShFragmentSynchronizationType
impl RefUnwindSafe for ShFragmentSynchronizationType
impl Send for ShFragmentSynchronizationType
impl Sync for ShFragmentSynchronizationType
impl Unpin for ShFragmentSynchronizationType
impl UnwindSafe for ShFragmentSynchronizationType
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