we
    Preparing search index...

    Interface I_locationInterpolate

    顶点属性的插值模式 url:https://gpuweb.github.io/gpuweb/wgsl/#interpolation 1、默认:webGPU默认的,即 @interpolate(perspective, center) 2、[name]: A、"normal"等:指定属性的插值模式
    B、不存在attribute name的会被忽略;

    Indexable

    • [name: string]: {
          sampling: "center" | "centroid" | "sample" | "first" | "either";
          type: "flat" | "perspective" | "linear";
      }