Uses of Class
io.qt.qt3d.render.QShaderProgram.ShaderType
Package | Description |
---|---|
io.qt.qt3d.render |
-
Uses of QShaderProgram.ShaderType in io.qt.qt3d.render
Methods in io.qt.qt3d.render that return QShaderProgram.ShaderType Modifier and Type Method Description static QShaderProgram.ShaderType
QShaderProgram.ShaderType. resolve(int value)
Returns the corresponding enum entry for the given value.static QShaderProgram.ShaderType
QShaderProgram.ShaderType. valueOf(String name)
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.ShaderType Modifier and Type Method Description void
QShaderProgram. setShaderCode(QShaderProgram.ShaderType type, QByteArray shaderCode)
QByteArray
QShaderProgram. shaderCode(QShaderProgram.ShaderType type)