@feng3d/webgpu
    Preparing search index...

    Type Alias WGSLVertexTypeValue

    WGSL着色器中顶点类型对应的GPU顶点数据格式。

    type WGSLVertexTypeValue = {
        format: GPUVertexFormat;
        possibleFormats: GPUVertexFormat[];
    }
    Index

    Properties

    format: GPUVertexFormat

    默认对应的GPU顶点数据格式。

    possibleFormats: GPUVertexFormat[]

    可能对应的GPU顶点数据格式列表。