![]() |
Qt 6.x
The Qt SDK
|
#include <qsgtexture_p.h>
Static Public Member Functions | |
static QSGSamplerDescription | fromTexture (QSGTexture *t) |
Definition at line 24 of file qsgtexture_p.h.
|
static |
Definition at line 61 of file qsgtexture.cpp.
QSGTexture::AnisotropyLevel QSGSamplerDescription::anisotropylevel = QSGTexture::AnisotropyNone |
Definition at line 30 of file qsgtexture_p.h.
QSGTexture::Filtering QSGSamplerDescription::filtering = QSGTexture::Nearest |
Definition at line 26 of file qsgtexture_p.h.
QSGTexture::WrapMode QSGSamplerDescription::horizontalWrap = QSGTexture::ClampToEdge |
Definition at line 28 of file qsgtexture_p.h.
QSGTexture::Filtering QSGSamplerDescription::mipmapFiltering = QSGTexture::None |
Definition at line 27 of file qsgtexture_p.h.
QSGTexture::WrapMode QSGSamplerDescription::verticalWrap = QSGTexture::ClampToEdge |
Definition at line 29 of file qsgtexture_p.h.