Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

contain all tinyfx state and defer all api resource creation until tfx_frame #27

Open
shakesoda opened this issue Jan 9, 2019 · 0 comments

Comments

@shakesoda
Copy link
Owner

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*

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant