[gtk/matthiasc/gltransition-demo: 5/7] Add a missing file




commit f2a046449f75c613adf07e5ad43b8263951a9077
Author: Matthias Clasen <mclasen redhat com>
Date:   Tue Sep 22 11:01:52 2020 -0400

    Add a missing file
    
    This was reconstructed from build failures.

 gsk/gskglshaderprivate.h | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
---
diff --git a/gsk/gskglshaderprivate.h b/gsk/gskglshaderprivate.h
new file mode 100644
index 0000000000..9eeba96cb9
--- /dev/null
+++ b/gsk/gskglshaderprivate.h
@@ -0,0 +1,17 @@
+#ifndef __GSK_GL_UNIFORM_H__
+#define __GSK_GL_UNIFORM_H__
+
+#include "gskglshader.h"
+
+typedef struct
+{
+  char *name;
+  GskGLUniformType type;
+  int offset;
+} GskGLUniform;
+
+
+const GskGLUniform *gsk_glshader_get_uniforms (GskGLShader *shader,
+                                               int         *n_uniforms);
+
+#endif


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]