java.lang.Object
io.qt.QtObject
io.qt.gui.rhi.QShaderCode
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Contains source or binary code for a shader and additional metadata
Java wrapper for Qt class QShaderCode
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ConstructorDescriptionQShaderCode
(QByteArray code) Overloaded constructor forQShaderCode(io.qt.core.QByteArray, io.qt.core.QByteArray)
withentry = new io.qt.core.QByteArray()
.QShaderCode
(QByteArray code, QByteArray entry) -
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates and returns a copy of this object.final QByteArray
boolean
int
hashCode()
Returns the objects's hash code computed byqHash(QShaderCode)
.final void
setEntryPoint
(QByteArray entry) final void
setShader
(QByteArray code) final QByteArray
shader()
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QShaderCode
public QShaderCode() -
QShaderCode
-
QShaderCode
Overloaded constructor for
QShaderCode(io.qt.core.QByteArray, io.qt.core.QByteArray)
withentry = new io.qt.core.QByteArray()
.
-
-
Method Details
-
entryPoint
-
setEntryPoint
-
setShader
-
shader
-
equals
-
hashCode
Returns the objects's hash code computed byqHash(QShaderCode)
. -
clone
Creates and returns a copy of this object.
-