Type Alias ShaderVariable

ShaderVariable: {
    info: ShaderSemanticsInfo;
    value: any;
}