[][src]Enum unity_native_plugin::enums::ShaderCompilerExtGPUProgramType

#[repr(u32)]pub enum ShaderCompilerExtGPUProgramType {
    Unknown,
    GLLegacy,
    GLES31AEP,
    GLES31,
    GLES3,
    GLES,
    GLCore32,
    GLCore41,
    GLCore43,
    DX9VertexSM20,
    DX9VertexSM30,
    DX9PixelSM20,
    DX9PixelSM30,
    DX10Level9Vertex,
    DX10Level9Pixel,
    DX11VertexSM40,
    DX11VertexSM50,
    DX11PixelSM40,
    DX11PixelSM50,
    DX11GeometrySM40,
    DX11GeometrySM50,
    DX11HullSM50,
    DX11DomainSM50,
    MetalVS,
    MetalFS,
    SPIRV,
    Unused1,
    Unused2,
    Unused3,
    Unused4,
    Unused5,
    RayTracing,
    Count,
}

Variants

Unknown
GLLegacy
GLES31AEP
GLES31
GLES3
GLES
GLCore32
GLCore41
GLCore43
DX9VertexSM20
DX9VertexSM30
DX9PixelSM20
DX9PixelSM30
DX10Level9Vertex
DX10Level9Pixel
DX11VertexSM40
DX11VertexSM50
DX11PixelSM40
DX11PixelSM50
DX11GeometrySM40
DX11GeometrySM50
DX11HullSM50
DX11DomainSM50
MetalVS
MetalFS
SPIRV
Unused1
Unused2
Unused3
Unused4
Unused5
RayTracing
Count

Trait Implementations

impl Clone for ShaderCompilerExtGPUProgramType[src]

impl Copy for ShaderCompilerExtGPUProgramType[src]

impl Eq for ShaderCompilerExtGPUProgramType[src]

impl PartialEq<ShaderCompilerExtGPUProgramType> for ShaderCompilerExtGPUProgramType[src]

impl StructuralEq for ShaderCompilerExtGPUProgramType[src]

impl StructuralPartialEq for ShaderCompilerExtGPUProgramType[src]

Auto Trait Implementations

Blanket Implementations

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

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

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

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.