mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-08-23 08:50:05 +02:00
rtl: added TJSUInt32List
This commit is contained in:
parent
b9e7c5aa1f
commit
e0130a63e0
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user