Workspace 6.21.5
|
#include <QCoreApplication>
#include <QtGlobal>
#include <QOpenGLExtensions>
#include <QOpenGLFunctions>
#include "Rendering/rendering_api.h"
Namespaces | |
namespace | CSIRO |
Top level namespace for all Workspace code. | |
namespace | CSIRO::Rendering |
Rendering of meshed models. | |
Macros | |
#define | GL_MAX_SAMPLES 0x8D57 |
#define | WSGL_GOOD_STATE() wsglGoodState() |
Functions | |
bool | wsglGoodFramebufferState () |
bool | wsglGoodState () |
bool | wsglGoodState (const char *file, int line) |
This file is designed to be included as a replacement for any QtOpenGL headers. It contains functions that abstract away various pieces of the OpenGL API so that the rendering plugin can be compiled on platforms that support different levels of OpenGL functionality.
Any and all extensions will be exposed from here (either via 1 - 1 proxy functions or higher level functions encapsulating them).
#define GL_MAX_SAMPLES 0x8D57 |
#define WSGL_GOOD_STATE | ( | ) | wsglGoodState() |