PyMaterialXGenShader.VariableBlock¶
- class VariableBlock¶
Bases:
pybind11_objectA block of variables in a shader stage.
Methods
__init__(self, arg0, arg1)empty(self)find(*args, **kwargs)Overloaded function.
getInstance(self)getName(self)size(self)Methods¶
- __init__(self: VariableBlock, arg0: str, arg1: str) None¶
- empty(self: VariableBlock) bool¶
- find(*args, **kwargs)¶
Overloaded function.
find(self: PyMaterialXGenShader.VariableBlock, arg0: str) -> PyMaterialXGenShader.ShaderPort
find(self: PyMaterialXGenShader.VariableBlock, arg0: Callable[[PyMaterialXGenShader.ShaderPort], bool]) -> PyMaterialXGenShader.ShaderPort
- getInstance(self: VariableBlock) str¶
- getName(self: VariableBlock) str¶
- size(self: VariableBlock) int¶