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

Make associativity explicit for copy_clear_commands #2020

Merged

Conversation

sean-purcell
Copy link
Contributor

GAPIL seems to parse a - b + c as a - (b + c) which doesn't appear to be the expected behaviour in some of the API code. This fixes it for copy_clear_commands as it was causing issues with vkCmdCopyBufferToImage.

@ben-clayton
Copy link
Contributor

Yeah, gapil doesn't have any precedence rules. We have an ancient internal bug for this, but we should move this to Github.

@ben-clayton ben-clayton merged commit 5a2d0b5 into google:master Jun 28, 2018
@sean-purcell sean-purcell deleted the copy-clear-commands-associativity branch July 6, 2018 18:05
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.

2 participants