Skip to content

Commit e30ebff

Browse files
authored
Renderer: Add hasInitialized(). (#29937)
1 parent 8842ee0 commit e30ebff

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/renderers/common/Renderer.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1309,6 +1309,12 @@ class Renderer {
13091309

13101310
}
13111311

1312+
hasInitialized() {
1313+
1314+
return this._initialized;
1315+
1316+
}
1317+
13121318
copyFramebufferToTexture( framebufferTexture, rectangle = null ) {
13131319

13141320
if ( rectangle !== null ) {

0 commit comments

Comments
 (0)