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

Remove explicit write in doVkCmdFillBuffer. #2189

Merged
merged 1 commit into from
Sep 10, 2018

Conversation

AWoloszyn
Copy link
Contributor

Treat this like any other GPU write.
This saves us a significant amount of performance since
we were tracking the writes byte-by-byte.

Treat this like any other GPU write.
This saves us a significant amount of performance since
we were tracking the writes byte-by-byte.
@AWoloszyn AWoloszyn requested a review from Qining September 10, 2018 19:11
@AWoloszyn AWoloszyn merged commit 31a7873 into google:master Sep 10, 2018
@AWoloszyn AWoloszyn deleted the cmd_fill_buffer branch September 10, 2018 19:18
@ben-clayton
Copy link
Contributor

Can we at least have a bug to track the fact that none of these buffers have correct data?

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.

3 participants