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

Merged ImmutableBuffer into DeviceLocalBuffer #1934 #1936

Merged
merged 2 commits into from Jul 31, 2022

Conversation

pac85
Copy link
Contributor

@pac85 pac85 commented Jul 30, 2022

There isn't much practical difference between these two types anymore, since the 0.30 release.

CHANGELOG entry:

  • Breaking ImmutableBuffer merged into DeviceLocalBuffer.

Closes #1934.

where
T: BufferContents + ?Sized,
{
/// Builds an `ImmutableBuffer` that copies its data from another buffer.
Copy link
Contributor

Choose a reason for hiding this comment

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

The documentation needs to be updated here.

@Rua
Copy link
Contributor

Rua commented Jul 31, 2022

It all looks good, thanks for the help!

@Rua Rua merged commit 77e5900 into vulkano-rs:master Jul 31, 2022
Rua added a commit that referenced this pull request Jul 31, 2022
@pac85
Copy link
Contributor Author

pac85 commented Jul 31, 2022

Thank you! Glad to have helped!

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.

Merge ImmutableBuffer into DeviceLocalBuffer
2 participants