16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-21 13:39:18 +02:00

merge, with tmj renderer

This commit is contained in:
milek7
2017-08-18 00:56:05 +02:00
85 changed files with 6815 additions and 3770 deletions

View File

@@ -6,7 +6,6 @@
#include "shader.h"
#include "Float3d.h"
#include "Logs.h"
#include "openglmatrixstack.h"
#include <glm/glm.hpp>
#include <glm/gtc/matrix_transform.hpp>
@@ -265,4 +264,4 @@ gl_ubo<T>::~gl_ubo()
glDeleteBuffers(1, &buffer_id);
}
template class gl_ubo<gl_ubodata_light_params>;
template class gl_ubo<gl_ubodata_light_params>;