Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android build #2201

Closed
sweep3r opened this issue Jul 16, 2020 · 0 comments
Closed

Android build #2201

sweep3r opened this issue Jul 16, 2020 · 0 comments

Comments

@sweep3r
Copy link

sweep3r commented Jul 16, 2020

Great stuff!
I might be missing something.. but to get the droid build working, I have to put something like this into entry_android..?

BX_ERROR_RESULT(BX_ERROR_READERWRITER_ALREADY_OPEN, BX_MAKEFOURCC('r', 'w', 'a', 'o') );
BX_ERROR_RESULT(BX_ERROR_READERWRITER_OPEN, BX_MAKEFOURCC('r', 'w', 'i', 'o') );
BX_ERROR_RESULT(BX_ERROR_READERWRITER_EOF, BX_MAKEFOURCC('r', 'w', 'e', 'o') );

H

bkaradzic added a commit that referenced this issue Jul 16, 2020
rozgo pushed a commit to VertexStudio/bgfx that referenced this issue Aug 14, 2020
pigpigyyy added a commit to pigpigyyy/bgfx that referenced this issue Mar 11, 2021
* master: (21 commits)
  Improves handling of window resizes on vulkan (avoids crashes) (bkaradzic#2123)
  Fix crash on window minimize on vulkan renderer (bkaradzic#2204)
  Fix X11 flicker when window is being resized (bkaradzic#2203)
  Updated spirv-cross.
  Updated spirv-tools.
  Updated glslang.
  Updated ImGui.
  Cleanup.
  Fixed docs.
  Fixed issue bkaradzic#2201.
  Updated version number.
  Cleanup.
  OpenGL: Disable scissor testing while blitting framebuffers when MSAA is enabled (bkaradzic#2200)
  Updating xcode config. (bkaradzic#2198)
  Updated glslang.
  shaderc: Disabled warnings.
  Updated spirv-cross.
  Updated spirv-tools.
  Updated spirv-headers.
  Updated vulkan headers.
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants