mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 21:51:08 +00:00
ngl: Fix up some debug printouts
This commit is contained in:
parent
daed57c30e
commit
42dfc21b2d
@ -143,7 +143,7 @@ G_GNUC_UNUSED static inline void
|
||||
gsk_ngl_command_queue_print_batch (GskNglCommandQueue *self,
|
||||
const GskNglCommandBatch *batch)
|
||||
{
|
||||
static const char *command_kinds[] = { "Clear", NULL, NULL, "Draw", };
|
||||
static const char *command_kinds[] = { "Clear", "Draw", };
|
||||
guint framebuffer_id;
|
||||
|
||||
g_assert (GSK_IS_NGL_COMMAND_QUEUE (self));
|
||||
|
Loading…
Reference in New Issue
Block a user