Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork436
Add bindings for MediaFoundation#2466
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
Conversation
There's still work to do. I've succesfully created a dev environment where I can build Silk.NET very similar to what the GitHub Actions workflow does. The bindings still have missing parts:
I remember having read that another PR that added WIC (#1674) mentioned something about Wrt to the other types, I need to verify if I can import only some of them without bringing all the types defined in their respective headers. And Any suggestions? |
Summary of the PR
Adds support forMediaFoundation from the Windows SDK, which according to MSDN:
Related issues, Discord discussions, or proposals
As discussed in Discord, this is part of the ongoing effort to port theStride Game Engine away from SharpDX and towards Silk.NET.