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

Fix TextureMode crash #3144

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

adrian-cojocaru
Copy link
Collaborator

@adrian-cojocaru adrian-cojocaru commented Jan 15, 2025

Reordered some surface lifecycle events to avoid rendering with no valid surface available. Fixes #3099

Reorder render thread events
@adrian-cojocaru adrian-cojocaru self-assigned this Jan 15, 2025
@adrian-cojocaru adrian-cojocaru linked an issue Jan 15, 2025 that may be closed by this pull request
@adrian-cojocaru adrian-cojocaru marked this pull request as ready for review January 15, 2025 14:04
Copy link
Collaborator

@louwers louwers left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any chance you can add an instrumentation test that reproduces this?

Can you add some context in the PR description?

@adrian-cojocaru
Copy link
Collaborator Author

I've used Android Studio's Layout Inspector to trigger the crash since I haven't been able to consistently reproduce it with just the device events.

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

Successfully merging this pull request may close these issues.

Vulkan Native Crash when using TextureMode
2 participants