microsoft / DirectX-Graphics-Samples

This repo contains the DirectX Graphics samples that demonstrate how to build graphics intensive applications on Windows.
MIT License
5.88k stars 2k forks source link

Add example showing Agility SDK being used from Rust #866

Open damyanp opened 2 months ago

damyanp commented 2 months ago

See https://github.com/microsoft/win32metadata/pull/1445#issuecomment-2047884524

It'd be great to have an example showing how to use the Agility SDK with rust and windows-rs.

MarijnS95 commented 2 months ago

@damyanp we have a working use-case, which I loosely documented in https://github.com/microsoft/win32metadata/pull/1445#issuecomment-2047911163. I can open a PR to showcase it :)