Class GPUShaderProgramHS
Hull Shader program.
Inheritance
GPUShaderProgramHS
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
|