[gtk/wip/chergert/glproto: 68/493] set initial state to FALSE
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/wip/chergert/glproto: 68/493] set initial state to FALSE
- Date: Fri, 19 Feb 2021 02:25:04 +0000 (UTC)
commit cc35f79b23cf228d877c077453a201617a1057a9
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]