mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-22 06:45:23 +00:00
#2301 changelog
This commit is contained in:
parent
80023d2a1a
commit
49a8f6607c
@ -153,6 +153,8 @@ Changes to the `khr_display` extension:
|
|||||||
- Support for the `khr_get_display_properties2` extension.
|
- Support for the `khr_get_display_properties2` extension.
|
||||||
- Added `DeviceMemory::{map, unmap, mapping_state, invalidate_range, flush_range}`, `MappedDeviceMemory` has been deprecated.
|
- Added `DeviceMemory::{map, unmap, mapping_state, invalidate_range, flush_range}`, `MappedDeviceMemory` has been deprecated.
|
||||||
- Added `MemoryMapInfo`, `MemoryUnmapInfo`, `MappingState` and `MappedMemoryRange`.
|
- Added `MemoryMapInfo`, `MemoryUnmapInfo`, `MappingState` and `MappedMemoryRange`.
|
||||||
|
- Added `ShaderModule::single_entry_point()` which may replace `entry_point("main")` calls in common setups.
|
||||||
|
- Added `ShaderModule::single_entry_point_of_execution`.
|
||||||
|
|
||||||
### Bugs fixed
|
### Bugs fixed
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user