we
    Preparing search index...

    Interface I_materialBundleOutput

    材质的输出Bundle I_singleShaderTemplate_Final中包括dynamic 参数

    interface I_materialBundleOutput {
        aliasName: string;
        code: string;
        entryPoint?: string;
        materialType: E_materialTypeForBindGroup;
    }
    Index

    Properties

    aliasName: string
    code: string
    entryPoint?: string