interface VAElement {
    format: string;
    shaderLocation: number;
    stride: number;
}

属性

format: string
shaderLocation: number
stride: number