Merge pull request #6713 from MaxWhere/offscreen-rendering-fixes
Fixes buffer size in offscreen mode
This commit is contained in:
commit
32d9382417
7 changed files with 20 additions and 9 deletions
|
@ -471,6 +471,7 @@ Returns:
|
|||
* `bitmapSize` Object
|
||||
* `width` Number - the width of the whole bitmap
|
||||
* `height` Number - the height of the whole bitmap
|
||||
* `bytesPerPixel` Number - The number of bytes per pixel in the bitmap
|
||||
|
||||
Emitted when a new frame is generated. Only the dirty area is passed in the
|
||||
buffer.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue