Workspace 7.0.2
|
#include <memory>
#include <QCoreApplication>
#include <QHash>
#include <QSurfaceFormat>
#include "Rendering/SceneComponents/scenerenderercontext.h"
#include "Rendering/rendering_api.h"
#include "expirycache.h"
Classes | |
class | WSGLContext |
Manages the data shared within an OpenGL context. More... | |
Namespaces | |
namespace | CSIRO |
Top level namespace for all Workspace code. | |
namespace | CSIRO::Mesh |
Mesh model data structures. | |
namespace | CSIRO::Rendering |
Rendering of meshed models. | |
Typedefs | |
using | WSGLGeometryCache = QHash< QString, QSharedPointer< WSGLGeometry > > |
using | WSGLGlyphSetCache = ExpiryCache< QString, WSGLGlyphSuperSet > |
using | WSGLNormalsCache = ExpiryCache< QString, Mesh::MultiNodeNormals > |
using | WSGLTextureCache = QHash< QString, QSharedPointer< WSGLTexture > > |