Method SetComputeIntParam
SetComputeIntParam(ComputeShader, int, int)
Wraps SetComputeIntParam on a CommandBuffer.
Declaration
void SetComputeIntParam(ComputeShader computeShader, int nameID, int val)
Parameters
Type | Name | Description |
---|---|---|
ComputeShader | computeShader | |
int | nameID | |
int | val |
SetComputeIntParam(ComputeShader, string, int)
Wraps SetComputeIntParam on a CommandBuffer.
Declaration
void SetComputeIntParam(ComputeShader computeShader, string name, int val)
Parameters
Type | Name | Description |
---|---|---|
ComputeShader | computeShader | |
string | name | |
int | val |