[gtk/wip/chergert/glproto: 580/920] set initial state to FALSE
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/wip/chergert/glproto: 580/920] set initial state to FALSE
- Date: Mon, 8 Feb 2021 19:15:30 +0000 (UTC)
commit 3dc9c30725219540459c5dd233d20b111b642c1e
Author: Christian Hergert <chergert redhat com>
Date: Mon Dec 28 10:10:41 2020 -0800
set initial state to FALSE
or we wont end up setting the initial values the way we want
gsk/next/gskgluniformstate.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gsk/next/gskgluniformstate.c b/gsk/next/gskgluniformstate.c
index b57880f9d1..c9dd6293e6 100644
--- a/gsk/next/gskgluniformstate.c
+++ b/gsk/next/gskgluniformstate.c
@@ -222,7 +222,7 @@ setup_info:
&offset);
info = &g_array_index (program_info->uniform_info, GskGLUniformInfo, location);
- info->changed = TRUE;
+ info->changed = FALSE;
info->format = format;
info->offset = offset;
info->array_count = array_count;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]