Exemplo n.º 1
0
 public void SetViewProjectionMatrices(Matrix4x4 view, Matrix4x4 proj)
 {
     CommandBuffer.INTERNAL_CALL_SetViewProjectionMatrices(this, ref view, ref proj);
 }