Skip to content

Commit e362ee0

Browse files
msiglreithozkriff
andauthored
Newsletter 12: grr and ash-window (#207)
* Newsletter 12: grr and ash-window * Newsletter 12: grr&ash-window: Style tweaks Co-authored-by: Andrey Lesnikov <ozkriff@gmail.com>
1 parent ad2f629 commit e362ee0

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

content/posts/newsletter-012/index.md

+28
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,34 @@ Their additional [July updates][mun-july] include:
388388
[rustacean-mun]: https://rustacean-station.org/episode/020-mun
389389
[Make It or Break It content]: https://github.com/mun-lang/mun/issues/220
390390

391+
### ash(-window)
392+
393+
[`ash-window`], an interoperability library for [`ash`] and [`raw-window-handle`],
394+
is now part of the `ash` repository and will be updated more closely
395+
with new `ash` releases.
396+
397+
[`ash-window`]: https://crates.io/crates/ash-window
398+
[`ash`]: https://crates.io/crates/ash
399+
[`raw-window-handle`]: https://crates.io/crates/raw-window-handle
400+
401+
### grr 0.8
402+
403+
[`grr`](https://github.com/msiglreith/grr) is a modern OpenGL 4.5+ wrapper.
404+
It provides a cleaned up API built around Vulkan's naming scheme.
405+
The latest release further pushes the crate towards
406+
full compatibility with the core features.
407+
408+
Most notable changes:
409+
410+
- Added support for a bunch of Formats
411+
- Extended transfer operations (Attachment <-> Host <-> Buffer <-> Image)
412+
- Raw context access
413+
- Shader & Pipeline log control
414+
- Device submission control
415+
416+
Special thanks to [@masonium](https://github.com/masonium)
417+
for contributing a lot of these features and fixes!
418+
391419
### [miniquad]
392420

393421
![miniquad ios](miniquad_ios.jpg)

0 commit comments

Comments
 (0)