X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcore%2Fdeviceinfo.h;h=a95841197a9c604585ec82aed8b039cbff25438e;hb=df9119a9bf2d348a513c515ed92953353da97b54;hp=6ac75ca18c758caaa3b2038a8348f7ded74993e4;hpb=0a359a7508a0117b055b72bcb7dc42ddcb2ed5f9;p=libs%2Fgl.git diff --git a/source/core/deviceinfo.h b/source/core/deviceinfo.h index 6ac75ca1..a9584119 100644 --- a/source/core/deviceinfo.h +++ b/source/core/deviceinfo.h @@ -18,6 +18,7 @@ struct Limits unsigned max_samples = 4; unsigned max_uniform_bindings = 24; unsigned uniform_buffer_alignment = 256; + float max_anisotropy = 1.0f; Limits(); };