Struct HlslFloat
Representation for an HLSL float
Namespace: UnityEditor.Experimental.TerrainAPI
Syntax
public struct HlslFloat
Constructors
HlslFloat(Single)
The constructor for an HlslFloat
Declaration
public HlslFloat(float val)
Parameters
Type | Name | Description |
---|---|---|
System.Single | val | The GPU value for this HlslFloat |
Fields
val
The value for the HLSL float
Declaration
public float val
Field Value
Type | Description |
---|---|
System.Single |