X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcore%2Fdeviceinfo.h;fp=source%2Fcore%2Fdeviceinfo.h;h=1eb120ff2ec509921ed2dfa84fbcbce92393953d;hb=6353307898cd397e2bcde13e2448a8a678a60004;hp=9ea239b17402d5afda4654d3dd7063d328ac3cc6;hpb=cd5f37b066352119cf92d53d0001af7ff99be437;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();