CustomRenderMethod()
定义于: src/style/style_layer/custom_style_layer.ts:114
CustomRenderMethod = (
gl
:WebGLRenderingContext
|WebGL2RenderingContext
,options
: CustomRenderMethodInput) =>void
参数
参数 | 类型 | 描述 |
---|---|---|
gl | WebGLRenderingContext | WebGL2RenderingContext | 地图的gl上下文。 |
options | CustomRenderMethodInput | 包含渲染输入的参数对象,如相机属性等。 |
返回值
void