mirror of
https://github.com/leozide/leocad
synced 2024-11-16 07:47:27 +01:00
10 lines
299 B
C
10 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;
|