Method SetComputeMatrixArrayParam
SetComputeMatrixArrayParam(ComputeShader, int, Matrix4x4[])
Wraps SetComputeMatrixArrayParam on a CommandBuffer.
Declaration
public void SetComputeMatrixArrayParam(ComputeShader computeShader, int nameID, Matrix4x4[] values)
Parameters
| Type | Name | Description |
|---|---|---|
| ComputeShader | computeShader | |
| int | nameID | |
| Matrix4x4[] | values |
Implements
SetComputeMatrixArrayParam(ComputeShader, string, Matrix4x4[])
Wraps SetComputeMatrixArrayParam on a CommandBuffer.
Declaration
public void SetComputeMatrixArrayParam(ComputeShader computeShader, string name, Matrix4x4[] values)
Parameters
| Type | Name | Description |
|---|---|---|
| ComputeShader | computeShader | |
| string | name | |
| Matrix4x4[] | values |