java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.quick.QSGMaterial
io.qt.quick.QSGOpaqueTextureMaterial
- All Implemented Interfaces:
QtObjectInterface
- Direct Known Subclasses:
QSGTextureMaterial
public class QSGOpaqueTextureMaterial extends QSGMaterial
Convenient way of rendering textured geometry in the scene graph
Java wrapper for Qt class QSGOpaqueTextureMaterial
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.quick.QSGMaterial
QSGMaterial.Flag, QSGMaterial.Flags
-
Constructor Summary
Constructors Modifier Constructor Description QSGOpaqueTextureMaterial()
protected
QSGOpaqueTextureMaterial(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
-
Constructor Details
-
QSGOpaqueTextureMaterial
public QSGOpaqueTextureMaterial() -
QSGOpaqueTextureMaterial
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
anisotropyLevel
-
filtering
-
horizontalWrapMode
-
mipmapFiltering
-
setAnisotropyLevel
-
setFiltering
-
setHorizontalWrapMode
-
setMipmapFiltering
-
setTexture
-
setVerticalWrapMode
-
texture
-
verticalWrapMode
-
compare
- Overrides:
compare
in classQSGMaterial
-
createShader
- Specified by:
createShader
in classQSGMaterial
-
type
- Specified by:
type
in classQSGMaterial
-
setM_filtering
-
m_filtering
-
setM_horizontal_wrap
-
m_horizontal_wrap
-
setM_reserved
-
m_reserved
-
setM_anisotropy_level
-
m_anisotropy_level
-
setM_mipmap_filtering
-
m_mipmap_filtering
-
setM_vertical_wrap
-
m_vertical_wrap
-