Participer au site avec un Tip
Rechercher
 

Améliorations / Corrections

Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.

Emplacement :

Description des améliorations :

Classe « QGLShaderProgram »

Méthode PySide2.QtOpenGL.QGLShaderProgram.setAttributeValue

Signature de la méthode setAttributeValue

Description

setAttributeValue.__doc__

setAttributeValue(self, location: int, value: float)
setAttributeValue(self, location: int, value: PySide2.QtGui.QColor)
setAttributeValue(self, location: int, value: PySide2.QtGui.QVector2D)
setAttributeValue(self, location: int, value: PySide2.QtGui.QVector3D)
setAttributeValue(self, location: int, value: PySide2.QtGui.QVector4D)
setAttributeValue(self, location: int, x: float, y: float)
setAttributeValue(self, location: int, x: float, y: float, z: float)
setAttributeValue(self, location: int, x: float, y: float, z: float, w: float)
setAttributeValue(self, name: bytes, value: float)
setAttributeValue(self, name: bytes, value: PySide2.QtGui.QColor)
setAttributeValue(self, name: bytes, value: PySide2.QtGui.QVector2D)
setAttributeValue(self, name: bytes, value: PySide2.QtGui.QVector3D)
setAttributeValue(self, name: bytes, value: PySide2.QtGui.QVector4D)
setAttributeValue(self, name: bytes, x: float, y: float)
setAttributeValue(self, name: bytes, x: float, y: float, z: float)
setAttributeValue(self, name: bytes, x: float, y: float, z: float, w: float)