Replies: 1 comment 4 replies
-
See how bgfx/examples/01-cubes/cubes.cpp Lines 147 to 155 in a93a714 |
Beta Was this translation helpful? Give feedback.
4 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 use SDL2 with bgfx, but on the initialization line (
bgfx::init()
) my program just freezes and does not work further. This happens with Metal, but if I specify Vulkan, initialization will take place, but the content will not be rendered, and the console will be spammed with such an error:[mvk-error] VK_NOT_READY: Command buffer cannot accept commands before vkBeginCommandBuffer() is called.
Before that, I tried to use SFML 3.0, but as it turned out, it does not support MoltenVK, and I switched to SDL2. Unfortunately I ran into the same problem. My code:
I use Intel Mac, MacOS Monterey
P.S. Before that, I had already written with this problem, but apparently I wrote it in the wrong place. Sorry for that
Beta Was this translation helpful? Give feedback.
All reactions