~georg-zotti/stellarium/gz_AtmosphereTweaks

« back to all changes in this revision

Viewing changes to src/core/StelOpenGLArray.hpp

  • Committer: Georg Zotti
  • Date: 2017-05-23 13:18:09 UTC
  • mfrom: (8115.1.1321 trunk)
  • Revision ID: georg.zotti@univie.ac.at-20170523131809-a6pus0ogpmjwtmd8
merge-in trunk r9436

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
 
64
64
        //! Constructs an empty StelOpenGLArray. No OpenGL objects are created with this call,
65
65
        //! so this can be used without a GL context.
66
 
        StelOpenGLArray(QObject* parent = NULL);
 
66
        StelOpenGLArray(QObject* parent = Q_NULLPTR);
67
67
        //! Releases the OpenGL data, if it has not happened yet.
68
68
        ~StelOpenGLArray();
69
69
 
138
138
        int m_indexCount;
139
139
        size_t m_memoryUsage;
140
140
 
141
 
        qint32 m_offsets[ATTLOC_SIZE];
 
141
        size_t m_offsets[ATTLOC_SIZE];
142
142
        GLint m_sizes[ATTLOC_SIZE];
143
143
        GLenum m_types[ATTLOC_SIZE];
144
144
        GLsizei m_strides[ATTLOC_SIZE];