glcontext: wgl: Implement check_feature vfunc
authorSeungha Yang <seungha@centricular.com>
Fri, 27 Nov 2020 19:14:14 +0000 (04:14 +0900)
committerGStreamer Merge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Sat, 28 Nov 2020 08:00:11 +0000 (08:00 +0000)
commita62af4ff27b2367ce8141ea0decc9165a541ef9a
tree62341644761fbdaad868a13ba717fce3b1d86706
parent5aa836848eac4c7e460ab7f6be43a44dab96dc99
glcontext: wgl: Implement check_feature vfunc

There are several WGL specific extenstions such as WGL_NV_DX_interop.
Currently we have no WGL specific extension support and
this commit is also only for debugging purpose.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/947>
gst-libs/gst/gl/wgl/gstglcontext_wgl.c