OpenGL rendering engine
Go to file
elipzer b7456401e0 Almost able to render the image
Added image scene to render an image in a scene. There is also now
a testing image that is an uber meme. Currently the problem is
that the spritebatch cannot use the offsetof macro because it is a
templated class. Possible solutions to this are changing it to be
specifyable or implemented per vertex type as the other batches
have been.
2018-10-09 11:42:17 -04:00
archive Added Dependency: GLM 2018-09-09 21:20:56 -04:00
dll A Working Triangle 2018-09-05 16:26:50 -04:00
images Almost able to render the image 2018-10-09 11:42:17 -04:00
include Added Dependency: GLM 2018-09-09 21:20:56 -04:00
lib A Working Triangle 2018-09-05 16:26:50 -04:00
OpenGLEngine Almost able to render the image 2018-10-09 11:42:17 -04:00
.gitignore Initial Commit 2018-09-04 15:25:54 -04:00
OpenGLEngine.sln Initial Commit 2018-09-04 15:25:54 -04:00