Class HLSLArray
Attribute defining an HLSL array.
Inherited Members
Namespace: UnityEngine.Rendering
Assembly: Unity.RenderPipelines.Core.Runtime.dll
Syntax
[AttributeUsage(AttributeTargets.Field)]
public class HLSLArray : Attribute
Constructors
Name | Description |
---|---|
HLSLArray(int, Type) | HLSLSArray constructor. |
Fields
Name | Description |
---|---|
arraySize | Size of the array. |
elementType | Type of the array elements. |