zink: make pipe_buffer_write usage trigger compiler errors

don't want to have to hunt this down ever again

Reviewed-by: Dave Airlie <airlied@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14745>
This commit is contained in:
Mike Blumenkrantz 2022-01-26 15:00:19 -05:00 committed by Marge Bot
parent c9a0919499
commit 90bf30d7e4
1 changed files with 2 additions and 0 deletions

View File

@ -50,6 +50,8 @@
#include <vulkan/vulkan.h>
#define pipe_buffer_write "use tc_buffer_write to avoid breaking threaded context"
#ifdef __cplusplus
extern "C" {
#endif