PyMaterialXRenderMsl.Input¶
- class Input¶
Bases:
pybind11_objectStructure to hold information about program inputs.
The structure is populated by directly scanning the program so may not contain some inputs listed on any associated
HwShaderas those inputs may have been optimized out if they are unused.Methods
__init__(self, arg0, arg1, arg2, arg3)Properties¶
- isConstant¶
- location¶
- path¶
- size¶
- typeString¶
- value¶
Methods¶
- __init__(self: PyMaterialXRenderMsl.Input, arg0: int, arg1: int, arg2: int, arg3: str) None¶