Class HLSLArray
Namespace: UnityEngine.Experimental.Rendering
Syntax
[AttributeUsage(AttributeTargets.Field)]
public class HLSLArray : Attribute, _Attribute
Constructors
HLSLArray(Int32, Type)
Declaration
public HLSLArray(int arraySize, Type elementType)
Parameters
| Type | Name | Description |
|---|---|---|
| Int32 | arraySize | |
| Type | elementType |
Fields
arraySize
Declaration
public int arraySize
Field Value
| Type | Description |
|---|---|
| Int32 |
elementType
Declaration
public Type elementType
Field Value
| Type | Description |
|---|---|
| Type |