Search Results for

    Show / Hide Table of Contents

    Class VertexShaderMeta

    Vertex shader function meta

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

    Fields

    InputLayout

    Input layout description [Deprecated in v1.10]

    Declaration
    public Array<InputElement> InputLayout
    Field Value
    Array<InputElement>

    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