export interface option { // 顶点着色器 "vertex-shader": string // 片段着色器 "fragment-shader": string // 是否开启深度计算 depth?: boolean }