QSGTexture

PyQt5.QtQuick.QSGTexture

Inherits from QObject.

Inherited by QSGDynamicTexture.

Description

TODO

Enums

AnisotropyLevel

TODO

Member

Value

Description

Anisotropy16x

TODO

TODO

Anisotropy2x

TODO

TODO

Anisotropy4x

TODO

TODO

Anisotropy8x

TODO

TODO

AnisotropyNone

TODO

TODO


Filtering

TODO

Member

Value

Description

Linear

TODO

TODO

Nearest

TODO

TODO

None

TODO

TODO


WrapMode

TODO

Member

Value

Description

ClampToEdge

TODO

TODO

MirroredRepeat

TODO

TODO

Repeat

TODO

TODO

Methods

__init__()

TODO


anisotropyLevel() → AnisotropyLevel

TODO


bind()

TODO


comparisonKey() → int

TODO


convertToNormalizedSourceRect(QRectF) → QRectF

TODO


filtering() → Filtering

TODO


hasAlphaChannel() → bool

TODO


hasMipmaps() → bool

TODO


horizontalWrapMode() → WrapMode

TODO


isAtlasTexture() → bool

TODO


mipmapFiltering() → Filtering

TODO


normalizedTextureSubRect() → QRectF

TODO


removedFromAtlas() → QSGTexture

TODO


setAnisotropyLevel(AnisotropyLevel)

TODO


setFiltering(Filtering)

TODO


setHorizontalWrapMode(WrapMode)

TODO


setMipmapFiltering(Filtering)

TODO


setVerticalWrapMode(WrapMode)

TODO


textureId() → int

TODO


textureSize() → QSize

TODO


updateBindOptions(force: bool = False)

TODO


verticalWrapMode() → WrapMode

TODO