mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-05 21:00:39 +02:00
CR corrections.
This commit is contained in:
parent
ec69fd38eb
commit
6f4ee601fb
2 changed files with 2 additions and 2 deletions
|
@ -201,7 +201,7 @@ int TestScriptingInterface::getOtherAvatarsReplicaCount() {
|
||||||
}
|
}
|
||||||
|
|
||||||
void TestScriptingInterface::setMinimumGPUTextureMemStabilityCount(int count) {
|
void TestScriptingInterface::setMinimumGPUTextureMemStabilityCount(int count) {
|
||||||
qApp->setMinimumGPUTextureMemStabilityCount(count);
|
QMetaObject::invokeMethod(qApp, "gpuTextureMemSizeStable", Qt::DirectConnection, Q_ARG(int, count));
|
||||||
}
|
}
|
||||||
|
|
||||||
bool TestScriptingInterface::isTextureLoadingComplete() {
|
bool TestScriptingInterface::isTextureLoadingComplete() {
|
||||||
|
|
|
@ -173,7 +173,7 @@ public slots:
|
||||||
/**jsdoc
|
/**jsdoc
|
||||||
* Check whether all textures have been loaded.
|
* Check whether all textures have been loaded.
|
||||||
* @function Entities.isTextureLoadingComplete
|
* @function Entities.isTextureLoadingComplete
|
||||||
* @returns {boolean} <code>true</code> texture memory usage is not increasing <code>false</code>.
|
* @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