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

Read coherent SSBOs. #1841

Merged
merged 1 commit into from
Apr 27, 2018
Merged

Conversation

AWoloszyn
Copy link
Contributor

We were not doing this, meaning some data was not getting captured
correctly.

@AWoloszyn AWoloszyn requested a review from Qining April 27, 2018 13:24
}
}

sub void readBufferViewBindings(map!(u32, VkBufferView) bufferViews) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe name it readCoherentMemoryInBufferViewBindings ?

@@ -67,6 +67,49 @@ sub void readCoherentMemoryInBuffer(ref!BufferObject buffer, VkDeviceSize readOf
}
}

sub void readBufferBindings(map!(u32, ref!VkDescriptorBufferInfo) bufferBindings) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe name it readCoherentMemoryInBufferBindings ?

We were not doing this, meaning some data was not getting captured
correctly.
@AWoloszyn AWoloszyn force-pushed the read-coherent-ssbos branch from 62c006e to ddb8503 Compare April 27, 2018 13:52
@AWoloszyn AWoloszyn merged commit ac40722 into google:master Apr 27, 2018
@AWoloszyn AWoloszyn deleted the read-coherent-ssbos branch May 8, 2018 13:22
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