Skip to content

3d window is flickering if multisampling is disabled #23

@vorg

Description

@vorg

If you take the 500_triangle example with multisampling disabled

settings: {
    ...
    multisample: false
},

and disable clearing color buffer by changing

gl.clear(gl.COLOR_BUFFER_BIT | gl.DEPTH_BUFFER_BIT);

to

gl.clear(gl.DEPTH_BUFFER_BIT);

everything starts to flickr. Why? It's common technique for generative painting so I would expect it to work.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions