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
QRhiTexture::ViewFormat Struct Reference

\inmodule QtGui More...

#include <qrhi.h>

+ Collaboration diagram for QRhiTexture::ViewFormat:

Public Attributes

QRhiTexture::Format format
 
bool srgb
 

Detailed Description

\inmodule QtGui

Since
6.8

Specifies the view format for reading or writing from or to the texture.

Note
This is a RHI API with limited compatibility guarantees, see \l QRhi for details.

Definition at line 998 of file qrhi.h.

Member Data Documentation

◆ format

QRhiTexture::Format QRhiTexture::ViewFormat::format

Definition at line 999 of file qrhi.h.

Referenced by QVkTexture::prepareCreate().

◆ srgb

bool QRhiTexture::ViewFormat::srgb

Definition at line 1000 of file qrhi.h.

Referenced by QVkTexture::prepareCreate().


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