Getting the dx device
#3254
-
Hi everyone, I'm trying to integrate Spout texture sharing framework with bgfx. Any pointers? |
Beta Was this translation helpful? Give feedback.
Answered by
npnp
Feb 20, 2024
Replies: 1 comment
-
To answer my own question: include <bgfx/platform.h> and then: bgfx::getInternalData()->context seems to work. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
npnp
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To answer my own question:
include <bgfx/platform.h>
and then:
bgfx::getInternalData()->context
seems to work.