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

igl | OpenGL | Only execute glClear() when the load action of the attachment is LoadAction::Clear. #194

Closed
wants to merge 1 commit into from

Conversation

vinsentli
Copy link
Contributor

In CustomFramebuffer, only execute glClear() when the load action of the attachment is LoadAction::Clear.
But in CurrentFramebuffer, execute glClear() when the load action of the attachment is not LoadAction::Load.
They are inconsistent when load action is LoadAction::DontCare.

@facebook-github-bot
Copy link
Contributor

@corporateshark has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

@facebook-github-bot
Copy link
Contributor

@corporateshark merged this pull request in 88e384f.

@vinsentli vinsentli deleted the LoadActionClear branch November 6, 2024 00:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants