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

extensions/khr: Add ExternalSemaphoreFd safe wrapper #395

Merged
merged 2 commits into from
Mar 20, 2021

Commits on Mar 20, 2021

  1. extensions/khr: Add ExternalSemaphoreFd safe wrapper

    Implement the two small import and export and functions, part of the
    VK_KHR_external_semaphore_fd extension.
    MarijnS95 committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    ee3412d View commit details
    Browse the repository at this point in the history
  2. device: Pass ImageSubresource by immutable reference

    It is only used as pointer by the native function, and should not (need
    to) be moved.
    MarijnS95 committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    a029f00 View commit details
    Browse the repository at this point in the history