NazaraEngine/include/Nazara/OpenGLRenderer/Wrapper
Jérôme Leclercq d05df45cb6 Fix EGL context sharing
It seems contexts must be part of the same display to be shared, and that using default display with window isn't an issue on Windows/X11
2020-09-02 15:40:57 +02:00
..
EGL Fix EGL context sharing 2020-09-02 15:40:57 +02:00
Linux OpenGLRenderer: Try to fix EGLContext sharing with X11 2020-09-01 20:10:09 +02:00
WGL OpenGLRenderer: remove opengl32 dependency on Linux 2020-09-01 19:28:10 +02:00
Win32 Add basic EGL support 2020-09-01 18:46:35 +02:00
Buffer.hpp OpenGL: Implement buffers 2020-04-26 18:20:36 +02:00
Buffer.inl Fix a lot of small errors/warnings 2020-08-28 15:42:19 +02:00
Context.hpp Add basic EGL support 2020-09-01 18:46:35 +02:00
Context.inl OpenGL: Implement commands buffers 2020-05-11 14:12:13 +02:00
ContextObject.hpp OpenGL: Implement VAOs 2020-05-11 14:10:36 +02:00
ContextObject.inl OpenGL: Implement VAOs 2020-05-11 14:10:36 +02:00
CoreFunctions.hpp OpenGL: Random stuff I forgot 2020-05-11 14:05:40 +02:00
DeviceObject.hpp OpenGLRenderer: Use generic DeviceObject 2020-04-26 16:26:08 +02:00
DeviceObject.inl OpenGLRenderer: Use generic DeviceObject 2020-04-26 16:26:08 +02:00
Framebuffer.hpp Add OpenGLRenderer (WIP) 2020-04-15 19:38:11 +02:00
Framebuffer.inl Add OpenGLRenderer (WIP) 2020-04-15 19:38:11 +02:00
Loader.hpp Fix a lot of small errors/warnings 2020-08-28 15:42:19 +02:00
Loader.inl Add OpenGLRenderer (WIP) 2020-04-15 19:38:11 +02:00
Program.hpp OpenGL: Random stuff I forgot 2020-05-11 14:05:40 +02:00
Program.inl OpenGL: Implement program wrapper 2020-04-26 18:22:31 +02:00
RenderBuffer.hpp Add OpenGLRenderer (WIP) 2020-04-15 19:38:11 +02:00
RenderBuffer.inl Add OpenGLRenderer (WIP) 2020-04-15 19:38:11 +02:00
Sampler.hpp OpenGLRenderer: Implement TextureSampler (and texture units) 2020-04-26 16:29:31 +02:00
Sampler.inl Minor fixes 2020-04-26 18:22:07 +02:00
Shader.hpp OpenGLRenderer: Use generic DeviceObject 2020-04-26 16:26:08 +02:00
Shader.inl Minor fixes 2020-06-18 20:04:25 +02:00
Texture.hpp OpenGLRenderer: Fix textures 2020-08-09 18:38:58 +02:00
Texture.inl Fix a lot of small errors/warnings 2020-08-28 15:42:19 +02:00
VertexArray.hpp OpenGL: Implement VAOs 2020-05-11 14:10:36 +02:00
VertexArray.inl Fix a lot of small errors/warnings 2020-08-28 15:42:19 +02:00