interface WEBGL_lose_context {
    loseContext(): void;
    restoreContext(): void;
}

方法

  • 返回 void

  • 返回 void