summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/zink/zink_context.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/drivers/zink/zink_context.h')
-rw-r--r--src/gallium/drivers/zink/zink_context.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/drivers/zink/zink_context.h b/src/gallium/drivers/zink/zink_context.h
index d2d669e927d..69e2fdd797e 100644
--- a/src/gallium/drivers/zink/zink_context.h
+++ b/src/gallium/drivers/zink/zink_context.h
@@ -104,4 +104,7 @@ zink_shader_stage(enum pipe_shader_type type);
struct pipe_context *
zink_context_create(struct pipe_screen *pscreen, void *priv, unsigned flags);
+void
+zink_context_query_init(struct pipe_context *ctx);
+
#endif