瀏覽代碼

rtl: added TJSUInt32List

mattias 7 年之前
父節點
當前提交
e0130a63e0
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      packages/rtl/webgl.pas

+ 1 - 0
packages/rtl/webgl.pas

@@ -82,6 +82,7 @@ Type
   TJSTexImageSource = JSValue;
   TJSFloat32List = Array of GLFloat;
   TJSInt32List = Array of integer;
+  TJSUInt32List = Array of longword;
 
   TJSWebGLShaderArray = array of TJSWebGLShader;
   TJSWebGLRenderingContextBase = Class External name 'WebGLRenderingContextBase' (TJSObject)