QShaderProgramBuilder露
- PyQt5.Qt3DRender.QShaderProgramBuilder
Inherits from QNode.
Description露
Generates a Shader Program content from loaded graphs.
A shader program builder consists of several different shader graphs used to generate shader code.
Methods露
- __init__(parent: QNode = None)
TODO
- computeShaderCode() → QByteArray
TODO
- computeShaderGraph() → QUrl
See also
- enabledLayers() → List[str]
See also
- fragmentShaderCode() → QByteArray
TODO
- fragmentShaderGraph() → QUrl
See also
- geometryShaderCode() → QByteArray
TODO
- geometryShaderGraph() → QUrl
See also
- sceneChangeEvent(QSceneChange)
TODO
- setComputeShaderGraph(QUrl)
See also
- setEnabledLayers(Iterable[str])
See also
- setFragmentShaderGraph(QUrl)
See also
- setGeometryShaderGraph(QUrl)
See also
- setShaderProgram(QShaderProgram)
See also
- setTessellationControlShaderGraph(QUrl)
See also
- setTessellationEvaluationShaderGraph(QUrl)
See also
- setVertexShaderGraph(QUrl)
See also
- shaderProgram() → QShaderProgram
See also
- tessellationControlShaderCode() → QByteArray
TODO
- tessellationControlShaderGraph() → QUrl
See also
- tessellationEvaluationShaderCode() → QByteArray
TODO
- tessellationEvaluationShaderGraph() → QUrl
See also
- vertexShaderCode() → QByteArray
TODO
- vertexShaderGraph() → QUrl
See also
Signals露
- computeShaderCodeChanged(Union[QByteArray, bytes, bytearray])
TODO
- computeShaderGraphChanged(QUrl)
TODO
- enabledLayersChanged(Iterable[str])
TODO
- fragmentShaderCodeChanged(Union[QByteArray, bytes, bytearray])
TODO
- fragmentShaderGraphChanged(QUrl)
TODO
- geometryShaderCodeChanged(Union[QByteArray, bytes, bytearray])
TODO
- geometryShaderGraphChanged(QUrl)
TODO
- shaderProgramChanged(QShaderProgram)
TODO
- tessellationControlShaderCodeChanged(Union[QByteArray, bytes, bytearray])
TODO
- tessellationControlShaderGraphChanged(QUrl)
TODO
- tessellationEvaluationShaderCodeChanged(Union[QByteArray, bytes, bytearray])
TODO
- tessellationEvaluationShaderGraphChanged(QUrl)
TODO
- vertexShaderCodeChanged(Union[QByteArray, bytes, bytearray])
TODO
- vertexShaderGraphChanged(QUrl)
TODO