UltimateZoneBuilder/Source/Native
Magnus Norddahl 2eaf323ad0 - fix vertex array object binding bug
- add shader program
- fix that alpha color was stored in red channel in Color4
- fix buffer upload bug
2019-08-12 08:33:40 +02:00
..
gl_load - create OpenGL context 2019-08-10 02:32:08 +02:00
BuilderNative.vcxproj - fix vertex array object binding bug 2019-08-12 08:33:40 +02:00
BuilderNative.vcxproj.filters - fix vertex array object binding bug 2019-08-12 08:33:40 +02:00
BuilderNative.vcxproj.user - add BuilderNative library that does the actual rendering 2019-08-09 06:18:08 +02:00
exports.def - fix vertex array object binding bug 2019-08-12 08:33:40 +02:00
IndexBuffer.cpp - fix vertex array object binding bug 2019-08-12 08:33:40 +02:00
IndexBuffer.h - Upload and apply vertex buffers, index bufers and vertex declarations 2019-08-10 07:46:29 +02:00
OpenGLContext.cpp - fix vertex array object binding bug 2019-08-12 08:33:40 +02:00
OpenGLContext.h - fix vertex array object binding bug 2019-08-12 08:33:40 +02:00
Precomp.cpp - create OpenGL context 2019-08-10 02:32:08 +02:00
Precomp.h - fix vertex array object binding bug 2019-08-12 08:33:40 +02:00
RenderDevice.cpp - fix vertex array object binding bug 2019-08-12 08:33:40 +02:00
RenderDevice.h - fix vertex array object binding bug 2019-08-12 08:33:40 +02:00
Shader.cpp - fix vertex array object binding bug 2019-08-12 08:33:40 +02:00
Shader.h - fix vertex array object binding bug 2019-08-12 08:33:40 +02:00
Texture.cpp - create OpenGL context 2019-08-10 02:32:08 +02:00
Texture.h - create OpenGL context 2019-08-10 02:32:08 +02:00
VertexBuffer.cpp - fix vertex array object binding bug 2019-08-12 08:33:40 +02:00
VertexBuffer.h - Upload and apply vertex buffers, index bufers and vertex declarations 2019-08-10 07:46:29 +02:00
VertexDeclaration.cpp - create OpenGL context 2019-08-10 02:32:08 +02:00
VertexDeclaration.h - create OpenGL context 2019-08-10 02:32:08 +02:00