Search Results for

    Show / Hide Table of Contents

    Class ShaderProfileFeatures

    Shader profile feature flags. Defines a set of features supported by a shader profile.

    Inheritance
    System.Object
    ShaderProfileFeatures
    Namespace: FlaxEngine
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    [Unmanaged]
    public sealed class ShaderProfileFeatures : Enum

    Fields

    ComputeShaders

    Compute shaders are supported.

    Declaration
    public const ShaderProfileFeatures ComputeShaders
    Field Value
    ShaderProfileFeatures

    GeometryShaders

    Geometry shaders are supported.

    Declaration
    public const ShaderProfileFeatures GeometryShaders
    Field Value
    ShaderProfileFeatures

    None

    Nothing.

    Declaration
    public const ShaderProfileFeatures None
    Field Value
    ShaderProfileFeatures

    TessellationShaders

    Tessellation shaders are supported (Hull and Domain).

    Declaration
    public const ShaderProfileFeatures TessellationShaders
    Field Value
    ShaderProfileFeatures

    value__

    Declaration
    public int value__
    Field Value
    System.Int32

    Extension Methods

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.RawClone<T>(T)
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat