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
QVideoTextureHelper::UniformData Struct Reference

#include <qvideotexturehelper_p.h>

+ Collaboration diagram for QVideoTextureHelper::UniformData:

Public Attributes

float transformMatrix [4][4]
 
float colorMatrix [4][4]
 
float opacity
 
float width
 
float masteringWhite
 
float maxLum
 
int redOrAlphaIndex
 
int planeFormats [TextureDescription::maxPlanes]
 

Detailed Description

Definition at line 143 of file qvideotexturehelper_p.h.

Member Data Documentation

◆ colorMatrix

float QVideoTextureHelper::UniformData::colorMatrix[4][4]

Definition at line 145 of file qvideotexturehelper_p.h.

◆ masteringWhite

float QVideoTextureHelper::UniformData::masteringWhite

Definition at line 148 of file qvideotexturehelper_p.h.

◆ maxLum

float QVideoTextureHelper::UniformData::maxLum

Definition at line 149 of file qvideotexturehelper_p.h.

◆ opacity

float QVideoTextureHelper::UniformData::opacity

Definition at line 146 of file qvideotexturehelper_p.h.

◆ planeFormats

int QVideoTextureHelper::UniformData::planeFormats[TextureDescription::maxPlanes]

Definition at line 151 of file qvideotexturehelper_p.h.

◆ redOrAlphaIndex

int QVideoTextureHelper::UniformData::redOrAlphaIndex

Definition at line 150 of file qvideotexturehelper_p.h.

◆ transformMatrix

float QVideoTextureHelper::UniformData::transformMatrix[4][4]

Definition at line 144 of file qvideotexturehelper_p.h.

◆ width

float QVideoTextureHelper::UniformData::width

Definition at line 147 of file qvideotexturehelper_p.h.


The documentation for this struct was generated from the following file: