marc0246
|
50b3b7a42f
|
Clean up BufferContents derive macro expansion further (#2588)
|
2024-10-22 17:12:39 +02:00 |
|
marc0246
|
ba278ac193
|
Fix panic in BufferContents derive expansion and wrong safety docs (#2587)
|
2024-10-22 17:10:14 +02:00 |
|
marc0246
|
f508cab5da
|
Use the now-stabilized pointer_bytes_offsets instead of what is technically UB and clean up the BufferContents derive macro expansion (#2563)
* Clean up `BufferContents` derive expansion
* Use the now-stabilized `pointer_bytes_offsets` instead of technical UB
|
2024-09-12 10:27:00 +02:00 |
|
Rua
|
b190d6fb1c
|
Rewrite VertexDefinition (#2487)
|
2024-03-04 22:58:27 +01:00 |
|
marc0246
|
34736a675a
|
Remove license notices from source files (#2401)
* Remove license notices from source files
* Add license notices for rangemap
|
2023-11-08 13:49:49 +01:00 |
|
marc0246
|
4e79d5dcc6
|
Remove useless cyclic dependency (#2387)
* Remove useless cyclic dependency
* Move the call to `crate_ident` outside of the derive functions
|
2023-10-31 19:17:47 +01:00 |
|
marc0246
|
4a77d39b85
|
Update dependencies (#2385)
* Update winit
* Update raw-window-handle
* Update syn
* Remove vulkano-win from the workspace
|
2023-10-31 18:47:17 +01:00 |
|
Rua
|
fb828a6db2
|
Clippy fixes for Rust 1.73.0 (#2347)
* Clippy fixes for Rust 1.73.0
* Doc fixes too
|
2023-10-07 14:13:17 +02:00 |
|
marc0246
|
de7b6a91a0
|
Merge MappedDeviceMemory into DeviceMemory , make MemoryAlloc reuse the logic (#2300)
* Merge `MappedDeviceMemory` into `DeviceMemory`
* Fix soundness and utilize new `DeviceMemory` methods in `MemoryAlloc`
* Fix oopsies
* `Sync`ness
* `#[inline]`
* Big oopsie
* Language
* Sanity check for the deprecated stuff
* Full `khr_map_memory2`
* Missed trait impls
* `MemoryUnmapInfo::validate`
* Document mapping behavior of `GenericMemoryAllocator`
* Validate flags
* Update vulkano/src/memory/allocator/mod.rs
Co-authored-by: Rua <ruawhitepaw@gmail.com>
* Remove flags
* Errors
---------
Co-authored-by: Rua <ruawhitepaw@gmail.com>
|
2023-08-24 16:46:38 +02:00 |
|
Rua
|
0f5e298f29
|
Add Format::UNDEFINED (#2262)
* Add `Format::UNDEFINED`
* Use `iter::once`
|
2023-07-14 16:44:34 +02:00 |
|
marc0246
|
096d3bc660
|
Publish vulkano-macros (#2175)
* Publish vulkano-macros
* Document `vulkano-macros`
* Make macros dependency optional
* Document `macros` feature
* Fix outdated docs
* Derp
|
2023-04-02 23:33:01 -05:00 |
|