LukasBanana / LLGL

Low Level Graphics Library (LLGL) is a thin abstraction layer for the modern graphics APIs OpenGL, Direct3D, Vulkan, and Metal
BSD 3-Clause "New" or "Revised" License
2.05k stars 139 forks source link

OpenGL ES support #23

Closed sazlang closed 5 years ago

LukasBanana commented 6 years ago

Could you please add a full question.

sazlang commented 6 years ago

Are you planning to add OpenGL ES support in the future?

LukasBanana commented 6 years ago

I moved some of the OpenGL code into the GLCommon/ directory in case I want to add an OpenGL ES backend sometime. However, I haven't made concrete plans how and when I'll add such a backend. Vulkan and Metal are the major candidates for mobile platforms.