mirror of
https://github.com/leozide/leocad.git
synced 2026-07-27 19:56:49 +00:00
11 lines
299 B
C
11 lines
299 B
C
#pragma once
|
|
|
|
void lcInitializeGLExtensions(const QOpenGLContext* Context);
|
|
|
|
extern bool gSupportsShaderObjects;
|
|
extern bool gSupportsVertexBufferObject;
|
|
extern bool gSupportsFramebufferObject;
|
|
extern bool gSupportsBlendFuncSeparate;
|
|
extern bool gSupportsAnisotropic;
|
|
extern GLfloat gMaxAnisotropy;
|