getRenderTargetGLTexture method

WxGlTexture getRenderTargetGLTexture(
  1. RenderTarget renderTarget
)

Implementation

WxGlTexture getRenderTargetGLTexture(RenderTarget renderTarget) {
  final textureProperties = properties.get(renderTarget.texture);
  return textureProperties["__webglTexture"];
}