mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 07:37:20 +02:00
Fix JSDoc naming of some Test API functions
This commit is contained in:
parent
723b4ac30f
commit
351bb3b934
1 changed files with 2 additions and 2 deletions
|
@ -165,14 +165,14 @@ public slots:
|
||||||
|
|
||||||
/**jsdoc
|
/**jsdoc
|
||||||
* Set number of cycles texture size is required to be stable
|
* Set number of cycles texture size is required to be stable
|
||||||
* @function Entities.setMinimumGPUTextureMemStabilityCount
|
* @function Test.setMinimumGPUTextureMemStabilityCount
|
||||||
* @param {number} count - Number of cycles to wait
|
* @param {number} count - Number of cycles to wait
|
||||||
*/
|
*/
|
||||||
Q_INVOKABLE void setMinimumGPUTextureMemStabilityCount(int count);
|
Q_INVOKABLE void setMinimumGPUTextureMemStabilityCount(int count);
|
||||||
|
|
||||||
/**jsdoc
|
/**jsdoc
|
||||||
* Check whether all textures have been loaded.
|
* Check whether all textures have been loaded.
|
||||||
* @function Entities.isTextureLoadingComplete
|
* @function Test.isTextureLoadingComplete
|
||||||
* @returns {boolean} <code>true</code> texture memory usage is not increasing
|
* @returns {boolean} <code>true</code> texture memory usage is not increasing
|
||||||
*/
|
*/
|
||||||
Q_INVOKABLE bool isTextureLoadingComplete();
|
Q_INVOKABLE bool isTextureLoadingComplete();
|
||||||
|
|
Loading…
Reference in a new issue