コード例 #1
0
 public void SetMatrix(int nameID, Matrix4x4 val)
 {
     ComputeShader.INTERNAL_CALL_SetMatrix(this, nameID, ref val);
 }