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

[WIP] Async + shutdown #1397

Draft
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

CedricGuillemet
Copy link
Contributor

@CedricGuillemet CedricGuillemet commented Jun 21, 2024

WIP - Not ready for review yet

Continuation of #1141

This error with OpenGL

BGFX Texture validation: 0x01006762 'Requested texture width/height is above the `maxTextureSize` limit.' - Texture width x height requested 256 x 256 (Max: 0).
/home/vsts/work/1/s/build/_deps/bgfx.cmake-src/bx/include/bx/inline/error.inl(74): ASSERT isOk() -> Error: 0x01006762 `Requested texture width/height is above the `maxTextureSize` limit.`

Same issue as #1163

=> Fixed with a frame rendered just after setting the graphics device. Does this have an influence on the rest of the test?

@CedricGuillemet CedricGuillemet changed the title [WIP] Async shutdown [WIP] Async + shutdown Jun 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant