Commit 77f72dc3 authored by Henri Verbeet's avatar Henri Verbeet Committed by Alexandre Julliard

wined3d: Move Vulkan specific context functions to context_vk.c.

parent 169d6b00
......@@ -9,6 +9,7 @@ C_SRCS = \
ati_fragment_shader.c \
buffer.c \
context.c \
context_vk.c \
cs.c \
device.c \
directx.c \
......
......@@ -1994,6 +1994,7 @@ struct wined3d_context
};
void wined3d_context_cleanup(struct wined3d_context *context) DECLSPEC_HIDDEN;
void wined3d_context_init(struct wined3d_context *context, struct wined3d_swapchain *swapchain) DECLSPEC_HIDDEN;
HRESULT wined3d_context_no3d_init(struct wined3d_context *context_no3d,
struct wined3d_swapchain *swapchain) DECLSPEC_HIDDEN;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment