You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
subset of #18 and perhaps #23 - it'd be very helpful to be able to build everything the frame needs in game logic thread and just send that back to the render thread to process while you begin the next tick.
for this to work, all tfx calls need to be able to work without being on the gl context thread except for things like set platform data, reset, frame, etc... haven't worked out the details yet, particularly with resource creation and tfx_set_uniform*
The text was updated successfully, but these errors were encountered:
subset of #18 and perhaps #23 - it'd be very helpful to be able to build everything the frame needs in game logic thread and just send that back to the render thread to process while you begin the next tick.
for this to work, all tfx calls need to be able to work without being on the gl context thread except for things like set platform data, reset, frame, etc... haven't worked out the details yet, particularly with resource creation and tfx_set_uniform*
The text was updated successfully, but these errors were encountered: