@feng3d/render-api - v0.0.13
    Preparing search index...

    Interface VertexState

    顶点着色器阶段描述。

    interface VertexState {
        code?: string;
        glsl?: string;
        wgsl?: string;
    }
    Index

    Properties

    Properties

    code?: string

    着色器代码。

    glsl?: string

    GLSL着色器代码。适用于WebGL。

    wgsl?: string

    WGSL着色器代码。适用于WebGPU。