We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.

gl.getprogramInfoLog() infinite loop when resizing window

Home Forums General Questions gl.getprogramInfoLog() infinite loop when resizing window

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #78056
    martenmonoz
    Participant

    Hello all,

    Has anyone ever got a lot of errors in the console `( v3d.js:1 v3d.WebGLProgram: gl.getProgramInfoLog() C:\fakepath(127,3-49): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll
    )` when resizing the viewport or the browser window of the app?

    Thanks in advance

    #78057
    kdv
    Participant

    It’s not an error, just a standard warning. It means that a loop used in that shader code will be unrolled.

    Puzzles and JS coding. Fast and expensive.

    If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of the meaning at all.

    #78058
    martenmonoz
    Participant

    Thanks for the reply KDV!

    ah but my whole console gets flooded when this warning occurs. Any idea what causes this?

    #78059
    kdv
    Participant

    Any idea what causes this?

    without your app? no :unsure:

    Puzzles and JS coding. Fast and expensive.

    If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of the meaning at all.

    #78060
    martenmonoz
    Participant

    makes sense, sadly I cant share het full app in public.

    Thanks again for thinking along.

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.