Skip to content

Commit 96d2820

Browse files
committed
N14: gfx: Fix md
1 parent 348d904 commit 96d2820

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

content/posts/newsletter-014/index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,24 +66,24 @@ If needed, a section can be split into subsections with a "------" delimiter.
6666

6767
## Library & Tooling Updates
6868

69-
### [gfx-rs][gfx-repo] and [gfx-portability][gfx-portability-repo]
69+
### [gfx-rs] and [gfx-portability]
7070

71-
gfx-portability is a Vulkan portability implementation based on gfx-rs.
71+
[gfx-portability] is a Vulkan portability implementation based on [gfx-rs].
7272
It's basically a drop-in implementation of Vulkan on top of Metal and D3D12,
7373
useful on platforms that don't have native Vulkan support, or buggy drivers.
7474

7575
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],
7777
as well as a few other extensions, plus a number of correctness fixes.
7878

7979
gfx-rs team asks Rust users of Vulkano, Ash, and other Vulkan-only wrappers to try
8080
out the gfx-portability as a solution on macOS and relevant Windows 10 platforms.
8181

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
8383
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 🎉.
8585

86-
[gfx-repo]: https://github.com/gfx-rs/gfx
86+
[gfx-rs]: https://github.com/gfx-rs/gfx
8787
[gfx-portability]: https://github.com/gfx-rs/portability
8888
[khr-portability]: https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/html/VK_KHR_portability_subset.html
8989
[vange-rs]: https://github.com/kvark/vange-rs

0 commit comments

Comments
 (0)