Hilo3d API - v2.0.0-alpha.3
    Preparing search index...

    Interface ShaderMaterialRoleSource

    interface ShaderMaterialRoleSource {
        fallback?: MaterialPassFallback;
        fragmentOutput: MaterialFragmentOutput;
        fragmentSource: string;
        role: MaterialPassRole;
        vertexSource: string;
    }
    Index
    fragmentOutput: MaterialFragmentOutput
    fragmentSource: string
    vertexSource: string