Jump to content

Can the render loop keep running while waiting for prepare.upload?


mariogarranz
 Share

Recommended Posts

I have a big texture using a Spine animation (3905 × 2948). When its played for the first time, it causes a noticeable frame freeze, for around 1-2 seconds on slower devices, then it goes on.

Performance debugger shows the issue is BaseImageResource.upload taking all this time to complete, making the animation frime very long.

I tried adding prepare.upload, hoping this would let the render loop to keep going on while the GPU texture was loaded, but after several tests I came to the conclusion that this is not what prepare.upload is meant to do. It will properly resolve when the texture is uploaded, but the app won't run the render loop in the meantime.

Is it correct that I cannot use prepare.upload for this, or may I be doing something wrong?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...