Explorar o código

rtl: added TJSUInt32List

mattias %!s(int64=7) %!d(string=hai) anos
pai
achega
e0130a63e0
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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)