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
qssgrendermotionvectormap.cpp File Reference

(68cde9e51c0907c8958c60f855926c2d82ee7a80)

#include <ssg/qssgrendercontextcore.h>
#include <QtQuick3DRuntimeRender/private/qssgrenderlayer_p.h>
#include <QtQuick3DRuntimeRender/private/qssglayerrenderdata_p.h>
#include <QtQuick3DRuntimeRender/private/qssgrendermotionvectormap_p.h>
Include dependency graph for qssgrendermotionvectormap.cpp:

Go to the source code of this file.

Functions

static void copyToTextureData (QSSGRenderTextureData *dst, QSSGRenderTextureData *src)
static void copyToTextureData (QSSGRenderTextureData *dst, QSSGRenderInstanceTable *src)
static void copyToTextureData (QSSGRenderTextureData *dst, const QVector< float > &src)

Function Documentation

◆ copyToTextureData() [1/3]

void copyToTextureData ( QSSGRenderTextureData * dst,
const QVector< float > & src )
static

Definition at line 57 of file qssgrendermotionvectormap.cpp.

◆ copyToTextureData() [2/3]

void copyToTextureData ( QSSGRenderTextureData * dst,
QSSGRenderInstanceTable * src )
static

Definition at line 36 of file qssgrendermotionvectormap.cpp.

◆ copyToTextureData() [3/3]

void copyToTextureData ( QSSGRenderTextureData * dst,
QSSGRenderTextureData * src )
static

Definition at line 28 of file qssgrendermotionvectormap.cpp.