Uses of Enum
io.qt.qt3d.render.QShaderProgram.ShaderType
Packages that use QShaderProgram.ShaderType
-
Uses of QShaderProgram.ShaderType in io.qt.qt3d.render
Methods in io.qt.qt3d.render that return QShaderProgram.ShaderTypeModifier and TypeMethodDescriptionstatic QShaderProgram.ShaderType
QShaderProgram.ShaderType.resolve
(int value) Returns the corresponding enum entry for the given value.static QShaderProgram.ShaderType
Returns the enum constant of this type with the specified name.static QShaderProgram.ShaderType[]
QShaderProgram.ShaderType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.qt3d.render with parameters of type QShaderProgram.ShaderTypeModifier and TypeMethodDescriptionfinal void
QShaderProgram.setShaderCode
(QShaderProgram.ShaderType type, byte [] shaderCode) Overloaded function forQShaderProgram.setShaderCode(io.qt.qt3d.render.QShaderProgram.ShaderType, io.qt.core.QByteArray)
.final void
QShaderProgram.setShaderCode
(QShaderProgram.ShaderType type, QByteArray shaderCode) final QByteArray
QShaderProgram.shaderCode
(QShaderProgram.ShaderType type)