Esempio n. 1
0
 private void SetVectorArrayCommandBuffer(int id, Vector4[] value)
 {
     commandBuffer.SetGlobalVectorArray(id, value);
 }