#include <LkOpenGL.h>
|
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 |
|
The documentation for this struct was generated from the following files:
- LkEngine/Source/LkEngine/Renderer/Backend/OpenGL/LkOpenGL.h
- LkEngine/Source/LkEngine/Renderer/Backend/OpenGL/LkOpenGL.cpp