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

(b027d2e8e3e8c21121d731c69ee6f399405cb0b6)

#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.