wgpu/wgpu-types/src
Daniel McNab 685c2133f2
hal: cargo feature to allow using VK_GOOGLE_display_timing unsafely (#6149)
* Expose the raw swapchain from a vulkan `Surface`

* Allow setting the present timing information on hal Vulkan

* Fix clippy without the feature enabled

* CHANGELOG

* Revert inadvertently formatted Cargo.toml

* Move display timing to a feature

* Update the changelog

* Whitespace and doc wording tweaks

* Apply suggestions from code review

Co-authored-by: Marijn Suijten <marijns95@gmail.com>

* Revert inadvertent formatting changes again

* Remove unused qualification

Co-authored-by: Marijn Suijten <marijns95@gmail.com>

* Address review feedback

* Fix flow of sentence and follow intra-doc-link

* Add more docs to `set_next_present_time`, and rename

* Also rename `next_present_times`

* Apply suggestions from code review

Co-authored-by: Marijn Suijten <marijns95@gmail.com>

---------

Co-authored-by: Marijn Suijten <marijns95@gmail.com>
2024-08-27 11:25:04 -04:00
..
assertions.rs [wgpu-hal] Migrate d3d12 backend over to windows-rs (#5956) 2024-08-20 11:48:37 -04:00
counters.rs chore: #[must_use] annotations on getters and ctors 2024-08-19 14:38:05 +01:00
lib.rs hal: cargo feature to allow using VK_GOOGLE_display_timing unsafely (#6149) 2024-08-27 11:25:04 -04:00
math.rs [metal] Fix metal erroring on an array_stride of 0 (#3538) 2023-04-05 22:40:15 +00:00