Workspace 7.0.2
Classes | Namespaces | Typedefs
wsglcontext.h File Reference
#include <memory>
#include <QCoreApplication>
#include <QHash>
#include <QSurfaceFormat>
#include "Rendering/SceneComponents/scenerenderercontext.h"
#include "Rendering/rendering_api.h"
#include "expirycache.h"
Include dependency graph for wsglcontext.h:
This graph shows which files directly or indirectly include this file:

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 > >