WebGLRTMgr is a manager for creating and recycling WebGLRenderTarget. TODO The demand is not high and the management cost is high. Remove it first.

WebGLRTMgr 管理WebGLRenderTarget的创建和回收 TODO 需求不大,管理成本高。先去掉。

构造函数

方法

构造函数

方法

  • 参数

    • w: number

      The width of the render target.

    • h: number

      The height of the render target.

    返回 RenderTexture2D

    A RenderTexture2D instance.

    Retrieves a render target with the specified width and height. For now, the search is based strictly on size.

    根据指定的宽度和高度获得一个渲染目标。目前,搜索是基于严格大小判断的。