DXGI.Debug ... what is this? #489
-
What is DXGI.Debug type? And where is it. I'm getting an error from the sample code
I've already got this using statement: |
Beta Was this translation helpful? Give feedback.
Answered by
Gavin-Williams
Feb 25, 2025
Replies: 1 comment
-
The issue is that DXGI has a type called DXGI, so Visual Studio didn't know how to resolve it. Use the full type name:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
amerkoleci
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The issue is that DXGI has a type called DXGI, so Visual Studio didn't know how to resolve it. Use the full type name:
Vortice.DXGI.Debug