#include <LkOpenGL.h>
Additional Inherited Members | |
![]() | |
static void | LoadInfo () |
Load info about the GL backend. Load major/minor version, populate vector with supported extensions. | |
static std::string | GetVersion () |
static bool | IsExtensionSupported (const char *Extension) |
static const std::vector< std::string > & | GetSupportedExtensions () |
static int | GetMajorVersion () |
static int | GetMinorVersion () |
![]() | |
static GLVersion | Version |
static std::vector< std::string > | SupportedExtensions |
Platform implementation for OpenGL3.