소스 검색

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)