ShaderVariable constructor

__init__(self, name)

Constructor of ShaderVariable


def __init__(self, name):
    ...
ParameterTypeDescription
nameSystem.String

__init__(self, name, shader_stage)

Constructor of ShaderVariable


def __init__(self, name, shader_stage):
    ...
ParameterTypeDescription
nameSystem.String
shader_stageaspose.threed.render.ShaderStageWhich shader stage will this variable be used

See Also