summaryrefslogtreecommitdiff
path: root/gdk/gdk.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2016-11-21 14:18:43 +0100
committerBenjamin Otte <otte@redhat.com>2016-12-09 18:35:51 +0100
commitcca547e5bccda95fd8bf283bec1bfc7b564e88f6 (patch)
tree826a443ec9a14f02187471dc5c895966ceccf469 /gdk/gdk.h
parent843fe3eec1eac94e278af2be165f26fe95ae6126 (diff)
downloadgtk+-cca547e5bccda95fd8bf283bec1bfc7b564e88f6.tar.gz
vulkan: Initial support
Adds the gdk_display_ref_vulkan() and gdk_display_unref_vulkan() functions which setup/tear down VUlkan support for the display. Nothing is using those functions yet.
Diffstat (limited to 'gdk/gdk.h')
-rw-r--r--gdk/gdk.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdk/gdk.h b/gdk/gdk.h
index 2a93357b27..4f6c4c4785 100644
--- a/gdk/gdk.h
+++ b/gdk/gdk.h
@@ -62,6 +62,7 @@
#include <gdk/gdkthreads.h>
#include <gdk/gdktypes.h>
#include <gdk/gdkvisual.h>
+#include <gdk/gdkvulkancontext.h>
#include <gdk/gdkwindow.h>
#include <gdk/gdk-autocleanup.h>