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