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