procedural-3d-engine/examples/deferredmultisampling
Gary Sweet 7632def9d6 Fix sample count limits in deferredmultisampling
The sample count was previously fixed at 8, which is not supported
on some platforms. The code now checks for the maximum supported
sample count and uses that instead.

If you would prefer the upper limit to be fixed at 8, that is
obviously trivial to change.
2019-03-06 12:58:28 +00:00
..
deferredmultisampling.cpp Fix sample count limits in deferredmultisampling 2019-03-06 12:58:28 +00:00