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

Add khr_deferred_host_operations #2187

Merged
merged 4 commits into from
Apr 23, 2023
Merged

Add khr_deferred_host_operations #2187

merged 4 commits into from
Apr 23, 2023

Conversation

Rua
Copy link
Contributor

@Rua Rua commented Apr 22, 2023

Changelog:

### Additions
- Support for the `khr_deferred_host_operations` extension.

This is pretty useless on its own, but will have a purpose when acceleration structures are added (for raytracing). It is likely that some adjustments and improvements can be made to the current API, to make better use of Rust's async capabilities. But since I have never used async and don't know all the details of how it works, I hope someone else can figure that out.

vulkano/src/deferred.rs Outdated Show resolved Hide resolved
Co-authored-by: marc0246 <40955683+marc0246@users.noreply.github.com>
@marc0246 marc0246 merged commit 8ace1e7 into vulkano-rs:master Apr 23, 2023
Rua added a commit that referenced this pull request Apr 23, 2023
marc0246 added a commit that referenced this pull request Apr 23, 2023
@Rua Rua deleted the deferred branch October 25, 2023 14:25
hakolao pushed a commit to hakolao/vulkano that referenced this pull request Feb 20, 2024
* Add `khr_deferred_host_operations`

* impl Error

* -inline

Co-authored-by: marc0246 <40955683+marc0246@users.noreply.github.com>

---------

Co-authored-by: marc0246 <40955683+marc0246@users.noreply.github.com>
hakolao pushed a commit to hakolao/vulkano that referenced this pull request Feb 20, 2024
hakolao pushed a commit to hakolao/vulkano that referenced this pull request Feb 20, 2024
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