mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
nv2a/vk: Use G_GNUC_PRINTF macro for debug function printf attribute
This commit is contained in:
committed by
izzy2lost
parent
649499425f
commit
617c4032bd
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user