mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-08 20:42:12 +02:00
Merge pull request #821 from JulianGro/apidoc
Update decimatedTextureCount apidoc
This commit is contained in:
commit
d2d10d2975
1 changed files with 1 additions and 1 deletions
|
@ -274,7 +274,7 @@ private: \
|
|||
* of 2 if smaller than 128 pixels, or a multiple of 128 if greater than 128 pixels.
|
||||
* <em>Read-only.</em>
|
||||
* @property {number} decimatedTextureCount - The number of textures that have been reduced in size because they were over the
|
||||
* maximum allowed dimensions of 4096 pixels on desktop or 2048 pixels on mobile.
|
||||
* maximum allowed dimensions of 8192 pixels on desktop or 2048 pixels on mobile.
|
||||
* <em>Read-only.</em>
|
||||
* @property {number} gpuBuffers - The number of OpenGL buffer objects managed by the GPU back-end.
|
||||
* <em>Read-only.</em>
|
||||
|
|
Loading…
Reference in a new issue