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