-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
New presenter + renderer backend #1492
Conversation
7c32b36
to
1cc49b7
Compare
6b6e5e2
to
84cb113
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
awesome! so many new cool things!
#include "renderer/opengl/geometry.h" | ||
#include "renderer/opengl/lookup.h" | ||
#include "renderer/opengl/shader.h" | ||
#include "renderer/opengl/texture.h" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
isn't that just "context.h"
etc, no need for include search path injection.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
see #1492 (comment)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
indeed, but here it's right in the same folder anyway
e56446e
to
7dca92d
Compare
7dca92d
to
c1986ba
Compare
Rewrite of most of the level 2 rendering backend.