Cohaereo
banner
cohae.dev
Cohaereo
@cohae.dev
Graphics programmer by trade
Reverse engineer/gamedev by night
(tho that feed is not just triangles in case thats what you were looking for🙂)
January 24, 2025 at 7:42 PM
January 24, 2025 at 7:40 PM
One of my biggest pet peeves with the underlying `windows` crate is the way `HRESULT`s are mapped to `Result`s

Any "positive" hresult (S_*) is mapped to Result::Ok. The GetData API can return different positive results as an indicator, so I created a custom enum for this
github.com/cohaereo/d3d...
github.com
December 29, 2024 at 3:50 PM