Render an image in `GLView`

Hi guys,
can you please help me with how to render a JPEG image in GLView?

Thanks

Hi cozmo! You’ll need to create an Asset object from that image, then use the Asset to create a texture. Here’s some documentation about that.