X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fcore%2Fdeviceinfo.h;h=6f20854409a52439031546993ba14b1ae3b58ec3;hp=1eb120ff2ec509921ed2dfa84fbcbce92393953d;hb=009918e76dda88b0cb68fdaa20c63d6e952af260;hpb=96cfb8224fe73afd04289a5d1c7780170f479e25 diff --git a/source/core/deviceinfo.h b/source/core/deviceinfo.h index 1eb120ff..6f208544 100644 --- a/source/core/deviceinfo.h +++ b/source/core/deviceinfo.h @@ -15,8 +15,15 @@ struct Limits unsigned max_color_attachments; Limits(); +}; + +struct DeviceInfo +{ + Limits limits; + + DeviceInfo(); - static const Limits &get_global(); + static const DeviceInfo &get_global(); }; } // namespace GL