aboutsummaryrefslogtreecommitdiff
path: root/stockton-render/src/draw/ui/data/stockton.frag
diff options
context:
space:
mode:
Diffstat (limited to 'stockton-render/src/draw/ui/data/stockton.frag')
-rw-r--r--stockton-render/src/draw/ui/data/stockton.frag8
1 files changed, 8 insertions, 0 deletions
diff --git a/stockton-render/src/draw/ui/data/stockton.frag b/stockton-render/src/draw/ui/data/stockton.frag
new file mode 100644
index 0000000..1a85ab6
--- /dev/null
+++ b/stockton-render/src/draw/ui/data/stockton.frag
@@ -0,0 +1,8 @@
+#version 450
+#extension GL_ARB_separate_shader_objects : enable
+
+layout(location = 0) out vec4 outColor;
+
+void main() {
+ outColor = vec4(1.0, 0.0, 0.0, 1.0);
+} \ No newline at end of file