CesiumGS / webglreport

A web page that reports a browser's WebGL capabilities, including supported extensions and implementation specific capabilities, such as the maximum number of texture units.
https://webglreport.com
Apache License 2.0
391 stars 99 forks source link

Report samples #6

Open pjcozzi opened 11 years ago

pjcozzi commented 11 years ago

gl.SAMPLES and gl.SAMPLE_BUFFERS

emackey commented 9 years ago

Is this still needed? /cc @pjcozzi @TiborsHub

pjcozzi commented 9 years ago

We don't have it (see glGet), but I don't think it is important so I am for closing this.

TiborsHub commented 9 years ago

They are the parameters for anti aliasing. I think the question is : What do you want webglreport to be ? If it is about the important webgl parameters then probably not. If it should be as complete as possible : yes I think in the latter case it should be a box below framebuffer (with an arrow from framebuffer to anti aliasing / multisampling which contains the multi sampling parameters.

pjcozzi commented 9 years ago

CC #27