Beispiel #1
0
 private static void A()
 {
     var u = new WebGLUnsignedShortArray(0, 1, 2, 3);
 }
Beispiel #2
0
 private static void B()
 {
     var u = new WebGLUnsignedShortArray(new ushort[] { 0, 1, 2, 3 });
 }