Skip to content
Snippets Groups Projects
Commit 9c1120cb authored by Laszlo Agocs's avatar Laszlo Agocs
Browse files

Follow qtquick3d/dev changes

parent 9f4dc979
Branches qp-3.2
Tags qp-v3.2.1 qp-v3.2.2
No related merge requests found
...@@ -4,7 +4,9 @@ ...@@ -4,7 +4,9 @@
#include "triangle.h" #include "triangle.h"
#include <QGuiApplication> #include <QGuiApplication>
#include <QFile> #include <QFile>
#include <ssg/qssgrenderextensions.h>
#include <QtQuick3DRuntimeRender/private/qssgrendercontextcore_p.h> #include <QtQuick3DRuntimeRender/private/qssgrendercontextcore_p.h>
#include <QtQuick3DRuntimeRender/private/qssgrendercamera_p.h>
static QShader getShader(const QString &name) static QShader getShader(const QString &name)
{ {
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
#ifndef TRIANGLE_H #ifndef TRIANGLE_H
#define TRIANGLE_H #define TRIANGLE_H
#include <QtQuick3D/private/qquick3drenderextensions_p.h> #include <QtQuick3D/qquick3drenderextensions.h>
#include <QtQmlIntegration> #include <QtQmlIntegration>
#include <rhi/qrhi.h> #include <rhi/qrhi.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment