java.lang.Object
io.qt.QtObject
io.qt.gui.rhi.QShader.SeparateToCombinedImageSamplerMapping
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
- Enclosing class:
QShader
public static class QShader.SeparateToCombinedImageSamplerMapping
extends QtObject
implements Cloneable
Mapping metadata for sampler uniforms
Java wrapper for Qt class QShader::SeparateToCombinedImageSamplerMapping
-
Constructor Summary
ConstructorDescriptionSeeQShader::SeparateToCombinedImageSamplerMapping::
SeparateToCombinedImageSamplerMapping() -
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates and returns a copy of this object.final QByteArray
final int
final void
setCombinedSamplerName
(byte [] combinedSamplerName) Overloaded function forsetCombinedSamplerName(io.qt.core.QByteArray)
.final void
setCombinedSamplerName
(QByteArray combinedSamplerName) final void
setSamplerBinding
(int samplerBinding) final void
setTextureBinding
(int textureBinding) final int
Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
SeparateToCombinedImageSamplerMapping
public SeparateToCombinedImageSamplerMapping()See
QShader::SeparateToCombinedImageSamplerMapping::
SeparateToCombinedImageSamplerMapping()
-
-
Method Details
-
setCombinedSamplerName
-
combinedSamplerName
-
setSamplerBinding
-
samplerBinding
-
setTextureBinding
-
textureBinding
-
clone
Creates and returns a copy of this object.
-
setCombinedSamplerName
Overloaded function for
setCombinedSamplerName(io.qt.core.QByteArray)
.
-