mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-14 20:51:07 +00:00
12 lines
184 B
Plaintext
12 lines
184 B
Plaintext
|
#ifndef _CONSTANTS_
|
||
|
#define _CONSTANTS_
|
||
|
|
||
|
layout(push_constant) uniform PushConstants {
|
||
|
mat4 mvp;
|
||
|
vec4 clip_bounds;
|
||
|
vec4 clip_widths;
|
||
|
vec4 clip_heights;
|
||
|
} push;
|
||
|
|
||
|
#endif
|