getRenderTargetGLTexture method

WebGLTexture getRenderTargetGLTexture(
  1. RenderTarget renderTarget
)

Implementation

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