[Pas2js] pas2js Webgl unit committed
Michael Van Canneyt
michael at freepascal.org
Thu May 10 11:52:39 CEST 2018
On Thu, 10 May 2018, Ryan Joseph wrote:
>
>
>> On May 10, 2018, at 10:59 AM, Michael Van Canneyt <michael at freepascal.org> wrote:
>>
>> Yes. See the earlier exchange of mails to the effect that we need to
>> move/copy some methods.
>
> Yeah sorry I missed that. What’s the workaround for now then?
Update SVN. I added all the calls. So now you can do
a : TJSFloat32Array;
begin
a:=TJSFloat32Array.New(3);
end;
With any of the documented constructors.
The from/_of class functions also work.
Michael.
More information about the Pas2js
mailing list