src/gl/common.h

changeset 100
43ce3672648a
parent 92
c438a7db7c52
child 115
ed884a2fb009
equal deleted inserted replaced
99:05ce5a34c497 100:43ce3672648a
15 * You should have received a copy of the GNU General Public License 15 * You should have received a copy of the GNU General Public License
16 * along with this program. If not, see <http://www.gnu.org/licenses/>. 16 * along with this program. If not, see <http://www.gnu.org/licenses/>.
17 */ 17 */
18 18
19 #pragma once 19 #pragma once
20 #include <QWidget>
20 #include <QColor> 21 #include <QColor>
21 #include <QOpenGLBuffer> 22 #include <QOpenGLBuffer>
22 #include <QOpenGLFunctions> 23 #include <QOpenGLFunctions>
23 #include <QOpenGLShader> 24 #include <QOpenGLShader>
24 #include <QOpenGLShaderProgram> 25 #include <QOpenGLShaderProgram>

mercurial