X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fcore%2Fdevice.cpp;h=e3b43e2db2cf3ad45feb8396f7e890d7605c24c6;hp=9a24a1f2c905ef1dc025f28b45227794305985de;hb=d16d28d2ccf7c6255204f02975834f713ff1df08;hpb=fb04f4ef9162f58f494cf4323cf3dc66b2f3d4ac diff --git a/source/core/device.cpp b/source/core/device.cpp index 9a24a1f2..e3b43e2d 100644 --- a/source/core/device.cpp +++ b/source/core/device.cpp @@ -10,6 +10,9 @@ Device::Device(Graphics::Window &w, const DeviceOptions &o): DeviceBackend(w, o) { current = this; + + info.api = get_backend_api(); + fill_info(); } Device::~Device()