#[repr(i32)]pub enum PipelineStateSubobjectType {
Show 26 variants
RootSignature = 0,
VS = 1,
PS = 2,
DS = 3,
HS = 4,
GS = 5,
CS = 6,
StreamOutput = 7,
Blend = 8,
SampleMask = 9,
Rasterizer = 10,
DepthStencil = 11,
InputLayout = 12,
IbStripCutValue = 13,
PrimitiveTopology = 14,
RenderTargetFormats = 15,
DepthStencilFormat = 16,
SampleDesc = 17,
NodeMask = 18,
CachedPso = 19,
Flags = 20,
DepthStencil1 = 21,
ViewInstancing = 22,
AS = 24,
MS = 25,
MaxValid = 26,
}
Variants§
RootSignature = 0
VS = 1
PS = 2
DS = 3
HS = 4
GS = 5
CS = 6
StreamOutput = 7
Blend = 8
SampleMask = 9
Rasterizer = 10
DepthStencil = 11
InputLayout = 12
IbStripCutValue = 13
PrimitiveTopology = 14
RenderTargetFormats = 15
DepthStencilFormat = 16
SampleDesc = 17
NodeMask = 18
CachedPso = 19
Flags = 20
DepthStencil1 = 21
ViewInstancing = 22
AS = 24
MS = 25
MaxValid = 26
Trait Implementations§
Source§impl Clone for PipelineStateSubobjectType
impl Clone for PipelineStateSubobjectType
Source§fn clone(&self) -> PipelineStateSubobjectType
fn clone(&self) -> PipelineStateSubobjectType
Returns a duplicate 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 PipelineStateSubobjectType
impl Debug for PipelineStateSubobjectType
Source§impl Default for PipelineStateSubobjectType
impl Default for PipelineStateSubobjectType
impl Copy for PipelineStateSubobjectType
Auto Trait Implementations§
impl Freeze for PipelineStateSubobjectType
impl RefUnwindSafe for PipelineStateSubobjectType
impl Send for PipelineStateSubobjectType
impl Sync for PipelineStateSubobjectType
impl Unpin for PipelineStateSubobjectType
impl UnwindSafe for PipelineStateSubobjectType
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