I'm having issues trying to use BufferedBitmapReference
in my app. Specifically I get Error: Invalid Value Details: Failed invoking <symbol>
when trying to call get on it (getWidth and getHeight also fail). No matter where I create the bitmap and where I try to write to it, I always get this error. I've checked that has :get
returns true
and according to the debugger I do have a BufferedBitmapReference.
Here's a gist of my current code: https://gist.github.com/MattiDragon/b738a7575d1ad93c7d8c2903c76ca135
It fails on line 50 with the error I previously mentioned.
Am I just misunderstanding how this api is supposed to work, or is there a bug somewhere?