Open
Conversation
ac19df0 to
84b8d18
Compare
Clang fails to deduce template params from aggregated init.
Fixes clang complaining about something ABI
Fixes -Wunknown-warning-option error on Clang.
- Change some functions & constants to these available on GLES3 - Assign depth renderbuffer to framebuffer in correct place (Not tested but previously it didn't make sense!) - Don't create fbo scope if not resizing - Add comments in FBO::resize()
Fixes build on Clang (and annoying red wiggles in editor)
It is supported on GLES3, unlike FLOAT.
It is not supported apparently (or at least compilation fails for me)
This is a GCC extension
error_t is a GCC extension (?)
This optimization is actually a hack to make dialogs work on Emscripten.
Things left to do: - port all shaders to GLES (Basic and Lighting are left) - async dialogs (part of The Dialog Refactoring #28) This is not ideal: - there is a fmt include hack - threading is not implemented (is it even supported?) - passthrough example is not included as it requires direct X11 - multiple windows don't work (this is Emscripten limitation)
This fails to compile on GCC 12 for some reason
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
As a bonus, fix some annoying red wiggles shown by clang(d).
You can use this code to test it (place in your binary dir):
TODO (not this PR):
layout(location)not supported on WebGL ??)