Skip to content

Commit 938b1c9

Browse files
committed
Add gfx section
1 parent 2750ec4 commit 938b1c9

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
public/
2+
.DS_Store
Loading

content/posts/newsletter-015/index.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,23 @@ If needed, a section can be split into subsections with a "------" delimiter.
6464

6565
## Library & Tooling Updates
6666

67+
### [gfx-rs] news
68+
69+
gfx-rs support for D3D has been improved. [@kvark] landed a few critical fixes
70+
in the DX12 backend, including the proper handle freeing, compressed textures
71+
support, blend factors, and debug markers.
72+
73+
[@cwfitzerald] brought DX11 backend practically to the 1st tier with titanic
74+
work spread over a dozen of pull requests.
75+
It is now able to run [bve-reborn] correctly:
76+
77+
![bve-reborn on dx11](bve-reborn-dx11.jpeg)
78+
79+
[gfx-rs]: https://github.com/gfx-rs/gfx
80+
[@kvark]: https://github.com/kvark
81+
[@cwfitzerald]: https://github.com/cwfitzgerald
82+
[bve-reborn]: https://github.com/BVE-Reborn/bve-reborn
83+
6784
## Popular Workgroup Issues in Github
6885

6986
<!-- Up to 10 links to interesting issues -->

0 commit comments

Comments
 (0)