X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcore%2Fdeviceinfo.h;h=1eb120ff2ec509921ed2dfa84fbcbce92393953d;hb=e92de029768eef5f0fd744329e589161b46d0762;hp=9ea239b17402d5afda4654d3dd7063d328ac3cc6;hpb=2d3113a7dbbe4be2f1d1e8980c1c4e42175163da;p=libs%2Fgl.git diff --git a/source/core/deviceinfo.h b/source/core/deviceinfo.h index 9ea239b1..1eb120ff 100644 --- a/source/core/deviceinfo.h +++ b/source/core/deviceinfo.h @@ -12,6 +12,7 @@ struct Limits unsigned max_clip_planes; unsigned max_samples; unsigned uniform_buffer_alignment; + unsigned max_color_attachments; Limits();