From 22dfa06d1052c89cb539ca51467a74b3b449357e Mon Sep 17 00:00:00 2001 From: msiglreith Date: Tue, 28 Jul 2020 18:25:49 +0200 Subject: [PATCH 1/2] Newsletter 12: grr and ash-window --- content/posts/newsletter-012/index.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/content/posts/newsletter-012/index.md b/content/posts/newsletter-012/index.md index bb77e31a2..49bbb1567 100644 --- a/content/posts/newsletter-012/index.md +++ b/content/posts/newsletter-012/index.md @@ -66,6 +66,24 @@ If needed, a section can be split into subsections with a "------" delimiter. ## Library & Tooling Updates +### grr 0.8 + +[`grr`](https://github.com/msiglreith/grr) is a modern OpenGL 4.5+ wrapper. It provides a cleaned up API built around Vulkan's naming scheme. +The latest release further pushes the crate towards full compatibility with the core features. + +Most notable changes: +- Added support for a bunch of Formats +- Extended transfer operations (Attachment <-> Host <-> Buffer <-> Image) +- Raw context access +- Shader & Pipeline log control +- Device submission control + +Special thanks to [@masonium](https://github.com/masonium) for contributing a lot of these features and fixes! + +### ash(-window) + +[`ash-window`](https://crates.io/crates/ash-window), an interoperability library for `ash` and `raw-window-handle`, is now part of the `ash` repository and will be updated more closely with new `ash` releases. + ## Popular Workgroup Issues in Github From 2e90d8ab1f5316a23e086b95e715347062c8aef1 Mon Sep 17 00:00:00 2001 From: Andrey Lesnikov Date: Sun, 2 Aug 2020 12:04:08 +0300 Subject: [PATCH 2/2] Newsletter 12: grr&ash-window: Style tweaks --- content/posts/newsletter-012/index.md | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/content/posts/newsletter-012/index.md b/content/posts/newsletter-012/index.md index 49bbb1567..7be1552f2 100644 --- a/content/posts/newsletter-012/index.md +++ b/content/posts/newsletter-012/index.md @@ -68,21 +68,31 @@ If needed, a section can be split into subsections with a "------" delimiter. ### grr 0.8 -[`grr`](https://github.com/msiglreith/grr) is a modern OpenGL 4.5+ wrapper. It provides a cleaned up API built around Vulkan's naming scheme. -The latest release further pushes the crate towards full compatibility with the core features. +[`grr`](https://github.com/msiglreith/grr) is a modern OpenGL 4.5+ wrapper. +It provides a cleaned up API built around Vulkan's naming scheme. +The latest release further pushes the crate towards +full compatibility with the core features. Most notable changes: + - Added support for a bunch of Formats - Extended transfer operations (Attachment <-> Host <-> Buffer <-> Image) - Raw context access - Shader & Pipeline log control - Device submission control -Special thanks to [@masonium](https://github.com/masonium) for contributing a lot of these features and fixes! +Special thanks to [@masonium](https://github.com/masonium) +for contributing a lot of these features and fixes! ### ash(-window) -[`ash-window`](https://crates.io/crates/ash-window), an interoperability library for `ash` and `raw-window-handle`, is now part of the `ash` repository and will be updated more closely with new `ash` releases. +[`ash-window`], an interoperability library for [`ash`] and [`raw-window-handle`], +is now part of the `ash` repository and will be updated more closely +with new `ash` releases. + +[`ash-window`]: https://crates.io/crates/ash-window +[`ash`]: https://crates.io/crates/ash +[`raw-window-handle`]: https://crates.io/crates/raw-window-handle ## Popular Workgroup Issues in Github