Update RELEASE_NOTES for 1.12.8

This commit is contained in:
Benjamin Doherty
2021-10-07 11:03:45 -07:00
parent ad02e483d0
commit 5aea9be2fb

View File

@@ -8,6 +8,13 @@ A new header is inserted each time a *tag* is created.
## v1.12.8
- engine: Added picking API to `View` [⚠️ **Materials need to be rebuilt to access this new feature**].
- engine: A new `Engine::pumpMessageQueues()` method can be used to trigger all pending user
callbacks right away [**NEW API**].
- engine: new inline helpers to more easily use lambdas, functors and method callbacks with
`{Pixel}BufferDescriptor`.
- Vulkan: fix vertical offset for `readPixels`.
- Vulkan: various internal improvements.
- Metal: support integer formats with `readPixels`.
## v1.12.7