rtl: added TJSUInt32List

This commit is contained in:
mattias 2018-05-28 20:23:36 +00:00
parent b9e7c5aa1f
commit e0130a63e0

View File

@ -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)