Class HullShaderMeta
Hull (or tessellation control) shader function meta
Inheritance
HullShaderMeta
Inherited Members
Assembly: FlaxEngine.dll
File: Engine/ShadersCompilation/Parser/ShaderMeta.h
Syntax
public class HullShaderMeta : public ShaderFunctionMeta
Fields
ControlPointsCount
The input control points count (valid range: 1-32).
Declaration
public int32 ControlPointsCount
Field Value
int32
|
Methods
GetStage()
Gets shader function meta stage type.
Declaration
public virtual ShaderStage GetStage() const override
Returns
ShaderStage
|