bgfx is configured to allow only encoder API #2584
decahedron1
started this conversation in
General
Replies: 1 comment
-
Test with provided examples. If you don't specify anything, |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
I'm trying to build a simple SDL + bgfx app with Emscripten but I get an error when trying to run it:
bgfx is configured to allow only encoder API (see BGFX_BGFX_CONFIG_ENCODER_API_ONLY)
. Adding either-DBGFX_CONFIG_ENCODER_API_ONLY=1
or-DBGFX_CONFIG_ENCODER_API_ONLY=0
to the compiler flags both don't fix the error.Here is my code:
Beta Was this translation helpful? Give feedback.
All reactions