java.lang.Object
io.qt.QtObject
io.qt.gui.rhi.QRhiShaderResourceBinding.TextureAndSampler
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
- Enclosing class:
QRhiShaderResourceBinding
public static class QRhiShaderResourceBinding.TextureAndSampler
extends QtObject
implements Cloneable
Java wrapper for Qt class QRhiShaderResourceBinding::TextureAndSampler
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ConstructorDescriptionSeeQRhiShaderResourceBinding::TextureAndSampler::
TextureAndSampler() -
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates and returns a copy of this object.final QRhiSampler
Kotlin property getter.final QRhiTexture
getTex()
Kotlin property getter.final QRhiSampler
sampler()
SeeQRhiShaderResourceBinding::TextureAndSampler::
sampler final void
setSampler
(QRhiSampler sampler) SeeQRhiShaderResourceBinding::TextureAndSampler::
sampler final void
setTex
(QRhiTexture tex) SeeQRhiShaderResourceBinding::TextureAndSampler::
tex final QRhiTexture
tex()
SeeQRhiShaderResourceBinding::TextureAndSampler::
tex Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
TextureAndSampler
public TextureAndSampler()See
QRhiShaderResourceBinding::TextureAndSampler::
TextureAndSampler()
-
-
Method Details
-
setSampler
See
QRhiShaderResourceBinding::TextureAndSampler::
sampler -
sampler
See
QRhiShaderResourceBinding::TextureAndSampler::
sampler -
setTex
See
QRhiShaderResourceBinding::TextureAndSampler::
tex -
tex
See
QRhiShaderResourceBinding::TextureAndSampler::
tex -
clone
Creates and returns a copy of this object.
-
getSampler
Kotlin property getter. In Java use
sampler()
instead. -
getTex
Kotlin property getter. In Java use
tex()
instead.
-