diff --git a/src/asahi/lib/shaders/libagx.h b/src/asahi/lib/shaders/libagx.h index 5f0f79fcd1b..cba08867748 100644 --- a/src/asahi/lib/shaders/libagx.h +++ b/src/asahi/lib/shaders/libagx.h @@ -11,7 +11,7 @@ #include #include "util/macros.h" #define GLOBAL(type_) uint64_t -#define AGX_STATIC_ASSERT(_COND) static_assert(_COND, "OpenCL assertion") +#define AGX_STATIC_ASSERT(_COND) static_assert(_COND, #_COND) #else #pragma OPENCL EXTENSION cl_khr_fp16 : enable #define PACKED __attribute__((packed, aligned(4)))