Search Results for

    Show / Hide Table of Contents

    Class DomainShaderMeta

    Domain (or tessellation evaluation) shader function meta

    Inheritance
    ShaderFunctionMeta
    DomainShaderMeta
    Inherited Members
    ShaderFunctionMeta::Flags
    ShaderFunctionMeta::GetDefinitionsForPermutation(int32 permutationIndex, Array<ShaderMacro>& macros)
    ShaderFunctionMeta::HasDefinition(int32 permutationIndex, const StringAnsi& defineName)
    ShaderFunctionMeta::HasDefinition(const StringAnsi& defineName)
    ShaderFunctionMeta::MinFeatureLevel
    ShaderFunctionMeta::Name
    ShaderFunctionMeta::Permutations
    ShaderFunctionMeta::~ShaderFunctionMeta()
    Assembly: FlaxEngine.dll
    File: Engine/ShadersCompilation/Parser/ShaderMeta.h
    Syntax
    public class DomainShaderMeta : public ShaderFunctionMeta

    Methods

    GetStage()

    Gets shader function meta stage type.

    Declaration
    public virtual ShaderStage GetStage() const override
    Returns
    ShaderStage

    Overrides
    ShaderFunctionMeta::GetStage()
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat