Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qquickshadereffectmesh.cpp File Reference

(958cd3ee1094a068b6d0ff27c73a4b3caff088ad)

#include "qquickshadereffectmesh_p.h"
#include <QtQuick/qsggeometry.h>
#include "qquickshadereffect_p.h"
#include "qquickscalegrid_p_p.h"
#include "qquickborderimage_p_p.h"
#include <QtQuick/private/qsgbasicinternalimagenode_p.h>
#include "moc_qquickshadereffectmesh_p.cpp"
+ Include dependency graph for qquickshadereffectmesh.cpp:

Go to the source code of this file.

Functions

const char * qtPositionAttributeName ()
 
const char * qtTexCoordAttributeName ()
 

Variables

static QT_BEGIN_NAMESPACE const char qt_position_attribute_name [] = "qt_Vertex"
 
static const char qt_texcoord_attribute_name [] = "qt_MultiTexCoord0"
 

Function Documentation

◆ qtPositionAttributeName()

const char * qtPositionAttributeName ( )

Definition at line 16 of file qquickshadereffectmesh.cpp.

References qt_position_attribute_name.

Referenced by QWavefrontMesh::log(), QWavefrontMesh::validateAttributes(), and QQuickGridMesh::validateAttributes().

+ Here is the caller graph for this function:

◆ qtTexCoordAttributeName()

const char * qtTexCoordAttributeName ( )

Definition at line 21 of file qquickshadereffectmesh.cpp.

References qt_texcoord_attribute_name.

Referenced by QWavefrontMesh::log(), QWavefrontMesh::validateAttributes(), and QQuickGridMesh::validateAttributes().

+ Here is the caller graph for this function:

Variable Documentation

◆ qt_position_attribute_name

QT_BEGIN_NAMESPACE const char qt_position_attribute_name[] = "qt_Vertex"
static

Definition at line 13 of file qquickshadereffectmesh.cpp.

Referenced by qtPositionAttributeName().

◆ qt_texcoord_attribute_name

const char qt_texcoord_attribute_name[] = "qt_MultiTexCoord0"
static

Definition at line 14 of file qquickshadereffectmesh.cpp.

Referenced by qtTexCoordAttributeName().