nv2a/vk: Use G_GNUC_PRINTF macro for debug function printf attribute

This commit is contained in:
Matt Borgerson
2026-02-28 02:22:31 -05:00
committed by izzy2lost
parent 649499425f
commit 617c4032bd
+2 -2
View File
@@ -445,9 +445,9 @@ void pgraph_vk_check_memory_budget(PGRAPHState *pg);
void pgraph_vk_debug_init(void);
void pgraph_vk_insert_debug_marker(PGRAPHVkState *r, VkCommandBuffer cmd,
float color[4], const char *format, ...) __attribute__ ((format (printf, 4, 5)));
float color[4], const char *format, ...) G_GNUC_PRINTF(4, 5);
void pgraph_vk_begin_debug_marker(PGRAPHVkState *r, VkCommandBuffer cmd,
float color[4], const char *format, ...) __attribute__ ((format (printf, 4, 5)));
float color[4], const char *format, ...) G_GNUC_PRINTF(4, 5);
void pgraph_vk_end_debug_marker(PGRAPHVkState *r, VkCommandBuffer cmd);
// instance.c