File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed
content/posts/newsletter-012 Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments