@@ -66,24 +66,24 @@ If needed, a section can be split into subsections with a "------" delimiter.
66
66
67
67
## Library & Tooling Updates
68
68
69
- ### [ gfx-rs] [ gfx-repo ] and [ gfx-portability] [ gfx-portability-repo ]
69
+ ### [ gfx-rs] and [ gfx-portability]
70
70
71
- gfx-portability is a Vulkan portability implementation based on gfx-rs.
71
+ [ gfx-portability] is a Vulkan portability implementation based on [ gfx-rs] .
72
72
It's basically a drop-in implementation of Vulkan on top of Metal and D3D12,
73
73
useful on platforms that don't have native Vulkan support, or buggy drivers.
74
74
75
75
It released version [ 0.8.1] ( https://github.com/gfx-rs/portability/releases/tag/0.8.1 )
76
- with official support for the new [ KHR portability extension] [ khr-portabilty ] ,
76
+ with official support for the new [ KHR portability extension] [ khr-portability ] ,
77
77
as well as a few other extensions, plus a number of correctness fixes.
78
78
79
79
gfx-rs team asks Rust users of Vulkano, Ash, and other Vulkan-only wrappers to try
80
80
out the gfx-portability as a solution on macOS and relevant Windows 10 platforms.
81
81
82
- In gfx-rs itself, the DX12 backend, and the descriptor indexing feature support got
82
+ In [ gfx-rs] itself, the DX12 backend, and the descriptor indexing feature support got
83
83
improved. There has been a push to get DX11 backend in a solid shape,
84
- and it can now run [ vange-rs] [ vange-repo ] pretty well : tada : .
84
+ and it can now run [ vange-rs] pretty well 🎉 .
85
85
86
- [ gfx-repo ] : https://github.com/gfx-rs/gfx
86
+ [ gfx-rs ] : https://github.com/gfx-rs/gfx
87
87
[ gfx-portability ] : https://github.com/gfx-rs/portability
88
88
[ khr-portability ] : https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/html/VK_KHR_portability_subset.html
89
89
[ vange-rs ] : https://github.com/kvark/vange-rs
0 commit comments