Implementing/Using IDxcIncludeHander #724
Unanswered
Syncaidius
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello. How do I go about implementing the IDxcIncludeHandler interface for providing a custom HLSL compiler include handler?
I've been using this post as a tutorial and reference/documentation : https://simoncoenen.com/blog/programming/graphics/DxcCompiling
My problem is that IDxcIncludeHandler requires inheritance to provide an implementation (since it was originally an abstract interface). As the Silk.NET version of this is a struct with no implementation of its own, how would I go about overriding it to provide a functional one?
Beta Was this translation helpful? Give feedback.
All reactions