Code Monkey home page Code Monkey logo

Comments (3)

gordonnl avatar gordonnl commented on September 18, 2024

Hey, yeah I definitely would like to look into this further. Currently I don't have a solid grasp over what needs to be released. Do you know of any good resources?
Cheers

from ogl.

hansagames avatar hansagames commented on September 18, 2024

Yes as I created dispose now a bit around framework: :)
1)Textures need to be removed gl.deleteTexture(texture.texture);
2) Texture need to be unbindede:
renderer.gl.bindTexture(renderer.gl.TEXTURE_2D, null);
renderer.gl.bindTexture(renderer.gl.TEXTURE_CUBE_MAP, null);
this is for webgl 1, fro 2 there can be more texture types
3) Geometry and buffer as I saw are already implemented
4) Program remove I saw as well

Also would assume all referenced gl / renderers should be removed as they can get cycle reference, same goes for internal states

To make it working out of box renderers should have references to all textures / programs and meshes if not dispose could be implemented per object only and then user would be responsible to call them.

Some resources:
https://stackoverflow.com/questions/23598471/how-do-i-clean-up-and-unload-a-webgl-canvas-context-from-gpu-after-use
very few things related to process: https://developer.mozilla.org/en-US/docs/Web/API/WebGL_API/WebGL_best_practices

from ogl.

eXponenta avatar eXponenta commented on September 18, 2024

Technically it is not necessary.
Context will a flushed after losting, for ex - delete canvas or reload a page.
But if you use context a temporary, for ex, animation on SPA, or visualising library - this is maybe a usifull to prevent memory leaks.

from ogl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.