Uses of Class
io.qt.qt3d.render.QShaderProgram.Status
Package | Description |
---|---|
io.qt.qt3d.render |
-
Uses of QShaderProgram.Status in io.qt.qt3d.render
Fields in io.qt.qt3d.render with type parameters of type QShaderProgram.Status Modifier and Type Field Description QObject.Signal1<QShaderProgram.Status>
QShaderProgram. statusChanged
Methods in io.qt.qt3d.render that return QShaderProgram.Status Modifier and Type Method Description static QShaderProgram.Status
QShaderProgram.Status. resolve(int value)
Returns the corresponding enum entry for the given value.QShaderProgram.Status
QShaderProgram. status()
static QShaderProgram.Status
QShaderProgram.Status. valueOf(String name)
Returns the enum constant of this type with the specified name.static QShaderProgram.Status[]
QShaderProgram.Status. values()
Returns an array containing the constants of this enum type, in the order they are declared.