Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Q
qtws23_graphics_examples
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Laszlo Agocs
qtws23_graphics_examples
Commits
9c1120cb
Commit
9c1120cb
authored
1 year ago
by
Laszlo Agocs
Browse files
Options
Downloads
Patches
Plain Diff
Follow qtquick3d/dev changes
parent
9f4dc979
Branches
qp-3.2
Branches containing commit
Tags
qp-v3.2.1
qp-v3.2.2
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
04_qtquick3d/triangle.cpp
+2
-0
2 additions, 0 deletions
04_qtquick3d/triangle.cpp
04_qtquick3d/triangle.h
+1
-1
1 addition, 1 deletion
04_qtquick3d/triangle.h
with
3 additions
and
1 deletion
04_qtquick3d/triangle.cpp
+
2
−
0
View file @
9c1120cb
...
@@ -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
)
{
{
...
...
This diff is collapsed.
Click to expand it.
04_qtquick3d/triangle.h
+
1
−
1
View file @
9c1120cb
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment