[ID3DInclude] Custom include handler for D3D.Compile2()
Open
- Dominant language
- C#
- Stars
- 5.2k
- Forks
- 477
- Avg merge
- 3d 16h
- Merged PRs (30d)
- 2
Description
Hi. I am trying to implement custom include handler for D3DCompiler.
In C++ there is ID3DInclude which developer could inherit from and then override methods, but here in C# there is no such possibility because of how structs work in C#.
So, my question is - how to implement custom include handler in Silk.Net?
Contributor guide
Assessment
This issue has not been assessed yet.