Workspace 7.0.2
|
#include <QCoreApplication>
#include <QOpenGLBuffer>
#include <QOpenGLFunctions_3_3_Core>
#include <QSharedPointer>
#include <QVector>
#include "Workspace/Application/LanguageUtils/streamqstring.h"
#include "DataAnalysis/Image/image3d.h"
#include "Rendering/SceneComponents/Models/texturizer.h"
#include "Rendering/rendering_api.h"
#include "wsglbufferobjectcacheitemptr.h"
Classes | |
class | WSGLTexture |
Encapsulates the state attached to an OpenGL texture. More... | |
Namespaces | |
namespace | CSIRO |
Top level namespace for all Workspace code. | |
namespace | CSIRO::Rendering |
Rendering of meshed models. | |
Typedefs | |
typedef QVector< unsigned > | ColorArray |
using | WSGLTexturePtr = QSharedPointer< WSGLTexture > |