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
-
Constructor Summary
ConstructorsConstructorDescriptionSeeQRhiShaderResourceBinding::TextureAndSampler::TextureAndSampler() TextureAndSampler(QRhiTexture tex, QRhiSampler sampler) SeeQRhiShaderResourceBinding::TextureAndSampler::TextureAndSampler{QRhiTexture*, QRhiSampler*} SeeQRhiShaderResourceBinding::TextureAndSampler::TextureAndSampler(QRhiShaderResourceBinding::TextureAndSampler) -
Method Summary
Modifier and TypeMethodDescriptionclone()Creates and returns a copy of this object.final QRhiSamplersampler()SeeQRhiShaderResourceBinding::TextureAndSampler::sampler final voidsetSampler(QRhiSampler sampler) SeeQRhiShaderResourceBinding::TextureAndSampler::sampler final voidsetTex(QRhiTexture tex) SeeQRhiShaderResourceBinding::TextureAndSampler::tex final QRhiTexturetex()SeeQRhiShaderResourceBinding::TextureAndSampler::tex Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
TextureAndSampler
public TextureAndSampler()See
QRhiShaderResourceBinding::TextureAndSampler::TextureAndSampler() -
TextureAndSampler
See
QRhiShaderResourceBinding::TextureAndSampler::TextureAndSampler(QRhiShaderResourceBinding::TextureAndSampler) - Parameters:
other-
-
TextureAndSampler
See
QRhiShaderResourceBinding::TextureAndSampler::TextureAndSampler{QRhiTexture*, QRhiSampler*} - Parameters:
tex-sampler-
-
-
Method Details
-
setSampler
See
QRhiShaderResourceBinding::TextureAndSampler::sampler - Parameters:
sampler-
-
sampler
See
QRhiShaderResourceBinding::TextureAndSampler::sampler - Returns:
-
setTex
See
QRhiShaderResourceBinding::TextureAndSampler::tex - Parameters:
tex-
-
tex
See
QRhiShaderResourceBinding::TextureAndSampler::tex - Returns:
-
clone
Creates and returns a copy of this object.
See
QRhiShaderResourceBinding::TextureAndSampler::TextureAndSampler(QRhiShaderResourceBinding::TextureAndSampler)
-