Пример #1
0
 public static void addVideoTexture(int destinationAddress, int sourceAddress, int Length)
 {
     NativeUtils.addVideoTexture(destinationAddress, sourceAddress, Length);
 }