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_external_fence and remaining parts of khr_external_semaphore #1972

Merged
merged 1 commit into from Sep 13, 2022

Conversation

Rua
Copy link
Contributor

@Rua Rua commented Sep 12, 2022

Changelog:

- **Breaking** `Semaphore::export_opaque_fd` has been renamed to `export_fd` and now takes an `ExternalSemaphoreHandleType` to specify the handle type to export.
- Added support for the `khr_external_fence` and `khr_external_fence_capabilities` extensions. No import or export functions are defined yet, but those can be added more easily now.

I don't know if these functions will be used much, but they are now added for Vulkan 1.1 completeness.

@AustinJ235 AustinJ235 merged commit e99ad4f into vulkano-rs:master Sep 13, 2022
AustinJ235 added a commit that referenced this pull request Sep 13, 2022
@Rua Rua deleted the external-fence branch September 17, 2022 11:54
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.

None yet

2 participants