Skip to content

Commit

Permalink
Removed framebuffer disposing
Browse files Browse the repository at this point in the history
  • Loading branch information
Штенгауэр Никита Дмитриевич committed Oct 28, 2023
1 parent 058de09 commit b75ff39
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,6 @@ open class InteropImpl(

override fun dispose() {
super.dispose()
fbo.delete()
msaaFBO.delete()
GLContext.delete(context!!)
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,6 @@ open class SharedImpl(

override fun dispose() {
super.dispose()
fbo.delete()
msaaFBO.delete()
GLContext.delete(context!!)
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,6 @@ open class UniversalImpl(

override fun dispose() {
super.dispose()
fbo.delete()
msaaFBO.delete()
unsafe.invokeCleaner(pixelByteBuffer!!)
GLContext.delete(context!!)
}
Expand Down

0 comments on commit b75ff39

Please sign in to comment.