InOutVariable Class
(QShaderDescription::InOutVariable)Describes an input or output variable in the shader. More...
| Header: | #include <InOutVariable> |
| qmake: | QT += rhi |
Public Variables
| int | binding |
| int | descriptorSet |
| QShaderDescription::ImageFlags | imageFlags |
| QShaderDescription::ImageFormat | imageFormat |
| int | location |
| QString | name |
| QShaderDescription::VariableType | type |
Detailed Description
Describes an input or output variable in the shader.