Skip to content

Commit

Permalink
Renderer: Add hasInitialized(). (mrdoob#29937)
Browse files Browse the repository at this point in the history
Mugen87 authored Nov 20, 2024
1 parent 8842ee0 commit e30ebff
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/renderers/common/Renderer.js
Original file line number Diff line number Diff line change
@@ -1309,6 +1309,12 @@ class Renderer {

}

hasInitialized() {

return this._initialized;

}

copyFramebufferToTexture( framebufferTexture, rectangle = null ) {

if ( rectangle !== null ) {

0 comments on commit e30ebff

Please sign in to comment.