[gtk/wip/chergert/glproto] style cleanup
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/wip/chergert/glproto] style cleanup
- Date: Fri, 19 Feb 2021 01:58:31 +0000 (UTC)
commit 97d487e7b619ca551fef14205f6ff53bb322bc5f
Author: Christian Hergert <chergert redhat com>
Date: Thu Feb 18 11:47:39 2021 -0800
style cleanup
gsk/next/gskglcommandqueue.c | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/gsk/next/gskglcommandqueue.c b/gsk/next/gskglcommandqueue.c
index 3ec41e9bd5..b4c953adba 100644
--- a/gsk/next/gskglcommandqueue.c
+++ b/gsk/next/gskglcommandqueue.c
@@ -995,20 +995,20 @@ gsk_gl_command_queue_execute (GskGLCommandQueue *self,
const cairo_region_t *scissor)
{
G_GNUC_UNUSED guint count = 0;
+ graphene_rect_t scissor_test;
gboolean has_scissor = scissor != NULL;
gboolean scissor_state = -1;
- graphene_rect_t scissor_test;
- int textures[4];
- int framebuffer = -1;
- GLuint vao_id;
- int next_batch_index;
guint program = 0;
guint width = 0;
guint height = 0;
guint n_binds = 0;
guint n_fbos = 0;
guint n_uniforms = 0;
+ guint vao_id;
guint vbo_id;
+ int textures[4];
+ int framebuffer = -1;
+ int next_batch_index;
int active = -1;
g_assert (GSK_IS_GL_COMMAND_QUEUE (self));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]