Getting the dx device
#3254
|
Hi everyone, I'm trying to integrate Spout texture sharing framework with bgfx. Any pointers? |
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. |
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.