mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-21 13:39:18 +02:00
GLES support
This commit is contained in:
@@ -9,7 +9,6 @@ http://mozilla.org/MPL/2.0/.
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "GL/glew.h"
|
||||
#include "openglgeometrybank.h"
|
||||
#include "material.h"
|
||||
#include "light.h"
|
||||
@@ -188,7 +187,7 @@ class opengl_renderer
|
||||
std::string const &info_stats() const;
|
||||
|
||||
// members
|
||||
GLenum static const sunlight{GL_LIGHT0};
|
||||
GLenum static const sunlight{0};
|
||||
std::size_t m_drawcount{0};
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user