mirror of
https://github.com/edubart/otclient.git
synced 2025-10-20 06:23:26 +02:00
OpenGL in prerequesites
This commit is contained in:
@@ -23,8 +23,6 @@
|
||||
|
||||
|
||||
#include <graphics/animatedtexture.h>
|
||||
|
||||
#include <GL/gl.h>
|
||||
#include <core/engine.h>
|
||||
#include <core/dispatcher.h>
|
||||
|
||||
|
@@ -26,10 +26,6 @@
|
||||
#include <graphics/framebuffer.h>
|
||||
#include <graphics/graphics.h>
|
||||
|
||||
#include <GL/gl.h>
|
||||
#include <GL/glu.h>
|
||||
#include <GL/glext.h>
|
||||
|
||||
PFNGLGENFRAMEBUFFERSPROC oglGenFramebuffers = 0;
|
||||
PFNGLBINDFRAMEBUFFERPROC oglBindFramebuffer = 0;
|
||||
PFNGLFRAMEBUFFERTEXTURE2DPROC oglFramebufferTexture2D = 0;
|
||||
|
@@ -25,10 +25,6 @@
|
||||
#include <prerequisites.h>
|
||||
#include <graphics/graphics.h>
|
||||
|
||||
#include <GL/gl.h>
|
||||
#include <GL/glu.h>
|
||||
#include <GL/glext.h>
|
||||
|
||||
Graphics g_graphics;
|
||||
|
||||
void Graphics::init()
|
||||
|
@@ -25,8 +25,6 @@
|
||||
#include <prerequisites.h>
|
||||
#include <graphics/texture.h>
|
||||
|
||||
#include <GL/gl.h>
|
||||
|
||||
Texture::Texture(int width, int height, int components, uchar *pixels)
|
||||
{
|
||||
m_size.setSize(width, height);
|
||||
|
Reference in New Issue
Block a user