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
TextureCopy Class Reference
+ Collaboration diagram for TextureCopy:

Public Member Functions

 TextureCopy (QRhi *rhi, QRhiTexture *externalTex)
 
std::unique_ptr< QRhiTexturecopyExternalTexture (QSize size, const QMatrix4x4 &externalTexMatrix)
 
 TextureCopy (QRhi *rhi, QRhiTexture *externalTex)
 
std::unique_ptr< QRhiTexturecopyExternalTexture (QSize size, const QMatrix4x4 &externalTexMatrix)
 

Detailed Description

Definition at line 128 of file qandroidvideooutput.cpp.

Constructor & Destructor Documentation

◆ TextureCopy() [1/2]

TextureCopy::TextureCopy ( QRhi * rhi,
QRhiTexture * externalTex )
inline

Definition at line 139 of file qandroidvideooutput.cpp.

◆ TextureCopy() [2/2]

TextureCopy::TextureCopy ( QRhi * rhi,
QRhiTexture * externalTex )
inline

Definition at line 139 of file qandroidvideooutput.cpp.

Member Function Documentation

◆ copyExternalTexture() [1/2]

std::unique_ptr< QRhiTexture > TextureCopy::copyExternalTexture ( QSize size,
const QMatrix4x4 & externalTexMatrix )

Definition at line 205 of file qandroidvideooutput.cpp.

◆ copyExternalTexture() [2/2]

std::unique_ptr< QRhiTexture > TextureCopy::copyExternalTexture ( QSize size,
const QMatrix4x4 & externalTexMatrix )

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