WebGLCustomLayerTextureOptions
interface WebGLCustomLayerTextureOptions {
filter?: "linear" | "nearest";
flipY?: boolean;
mipmap?: boolean;
premultiplyAlpha?: boolean;
wrap?: "clamp" | "repeat" | "mirror";
}
filter?: "linear" | "nearest";
flipY?: boolean;
mipmap?: boolean;
premultiplyAlpha?: boolean;
wrap?: "clamp" | "repeat" | "mirror";
}
纹理的采样与上传选项