Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
rhiwidgetintro.cpp File Reference

(72a453c6a8b02c08c5c09842f468459d6a51c387)

#include <QRhiWidget>
#include <QFile>
#include <rhi/qrhi.h>
Include dependency graph for rhiwidgetintro.cpp:

Go to the source code of this file.

Classes

class  ExampleRhiWidget
 [0] More...

Functions

QShader getShader (const QString &name)

Variables

float vertexData []

Function Documentation

◆ getShader()

QShader getShader ( const QString & name)

Definition at line 31 of file rhiwidgetintro.cpp.

Variable Documentation

◆ vertexData

float vertexData
Initial value:
= {
0.0f, 0.5f, 1.0f, 0.0f, 0.0f,
-0.5f, -0.5f, 0.0f, 1.0f, 0.0f,
0.5f, -0.5f, 0.0f, 0.0f, 1.0f,
}

Definition at line 25 of file rhiwidgetintro.cpp.