-
Beta Was this translation helpful? Give feedback.
Answered by
Perksey
May 20, 2023
Replies: 1 comment 3 replies
-
WGL wgl = WGL.GetApi();
if (!wgl.TryGetExtension(out NVDXInterop dxInterop))
{
throw new("DX interop extension missing");
} |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Oh, it would appear that our WGL bindings are not implemented yet and are not ready for use. Apologies for this, please do not use these bindings.