ash/ash
zedrian e84c1c4e2d
Add VK_KHR_timeline_semaphore extension support (#276)
* TimelineSemaphore struct added presenting `VK_KHR_timeline_semaphore` extension.

* Unused import removed.

* Empty newline added.

* TimelineSemaphore extension object now provides functions for work with timeline semaphores.

* Function pointers removed from TimelineSemaphore as no longer needed.
*_khr postfix removed from TimelineSemaphore functions to follow the same code style as in other extensions.

* Tiny code reformatting to fit Rustfmt requirements.

* Another attempt to fit Rustfmt requirements.
2020-03-22 16:06:56 +01:00
..
src Add VK_KHR_timeline_semaphore extension support (#276) 2020-03-22 16:06:56 +01:00
tests Safer compile-pass test 2019-10-05 11:16:35 -07:00
Cargo.toml Switch to libloading 2020-03-14 01:10:03 +01:00