Search Results for

    Show / Hide Table of Contents

    Class GPUShaderProgramHS

    Hull Shader program.

    Inheritance
    GPUShaderProgram
    GPUShaderProgramHS
    Inherited Members
    GPUShaderProgram::_bindings
    GPUShaderProgram::_flags
    GPUShaderProgram::_name
    GPUShaderProgram::_owner
    GPUShaderProgram::GetBindings()
    GPUShaderProgram::GetBufferHandle()
    GPUShaderProgram::GetBufferSize()
    GPUShaderProgram::GetFlags()
    GPUShaderProgram::GetName()
    GPUShaderProgram::Init(const GPUShaderProgramInitializer& initializer)
    GPUShaderProgram::~GPUShaderProgram()
    Assembly: FlaxEngine.dll
    File: Engine/Graphics/Shaders/GPUShaderProgram.h
    Syntax
    public class GPUShaderProgramHS : public GPUShaderProgram

    Fields

    _controlPointsCount

    Declaration
    protected int32 _controlPointsCount = 0
    Field Value
    int32

    Methods

    GetControlPointsCount()

    Gets the input control points count (valid range: 1-32).

    Declaration
    public int32 GetControlPointsCount() const
    Returns
    int32

    GetStage()

    Gets shader program stage type.

    Declaration
    public virtual ShaderStage GetStage() const override
    Returns
    ShaderStage

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