This commit is contained in:
marc0246 2023-08-25 20:42:18 +02:00
parent 80023d2a1a
commit 49a8f6607c
No known key found for this signature in database
GPG Key ID: 689CB88C1090C684

View File

@ -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