1
0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2024-12-22 12:50:36 +01:00

Added WebGLRenderingContext.readPixels to readout API

This commit is contained in:
kkapsner 2014-10-14 23:52:08 +02:00
parent 2a4aeecb2c
commit 72d5d09c29
2 changed files with 4 additions and 0 deletions

Binary file not shown.

View File

@ -74,6 +74,10 @@
}
return imageData;
}
},
readPixels: {
mode: blockMode.readAPI,
object: unsafeWindow.WebGLRenderingContext
}
};