Code Monkey home page Code Monkey logo

Comments (9)

samskivert avatar samskivert commented on August 28, 2024

It should fall back to the triangles-based shader in this case. It's just an informative message.

from playn.

samskivert avatar samskivert commented on August 28, 2024

And it means what it says, the QuadShader needs the GPU to support a minimum number of "vertex uniform vectors" which your GPU (or driver) does not. It's not a big deal. The QuadShader is not that much better than the IndexedTrisShader.

from playn.

foobraco avatar foobraco commented on August 28, 2024

But it's not doing the fall back, when this message appears the game just hangs saying that

java] Exception in thread "pool-1-thread-3" java.lang.OutOfMemoryError: Java heap space

from playn.

samskivert avatar samskivert commented on August 28, 2024

That's unrelated.

from playn.

neerajnagi avatar neerajnagi commented on August 28, 2024

foobraco same issue with me after upgrading to 1.5.1, wondering how u solved it finally

from playn.

foobraco avatar foobraco commented on August 28, 2024

@neerajnagi if it is about the Quadshader, Michael was right, it does a fallback so it is just a warning, the OutofMemoryError, it seems like it was part of our implementation on a tilemap of interactive background we had.

from playn.

neerajnagi avatar neerajnagi commented on August 28, 2024

@foobraco but the application hangs ultimately with black screen. My use case is very simple where I am getting this error. I am just drawing an imagelayer, and thats it. And no one else is getting this error on playN group, I am really surprised.

from playn.

foobraco avatar foobraco commented on August 28, 2024

@neerajnagi but your problem is with the Quadshader or with the OutofMemoryError? If it is the first one, there is no much I can do to help you, is a GPU issue, and the second one, was resolved by another member of my team, but with your use case, you shouldn't be having memory issues.

from playn.

neerajnagi avatar neerajnagi commented on August 28, 2024

application is not responding and just hangs so its a memory issue.

from playn.

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.