aboutsummaryrefslogtreecommitdiff
path: root/pacc/glsl/dsheader.inc
diff options
context:
space:
mode:
authorTakamichi Horikawa <takamichiho@gmail.com>2017-09-08 23:25:51 +0900
committerTakamichi Horikawa <takamichiho@gmail.com>2017-09-08 23:25:51 +0900
commit50c75c12597b230cec4d7a29559cde263025eeb2 (patch)
tree9fa8afe8bcf6e1219186e5c567930831a3b5eab5 /pacc/glsl/dsheader.inc
parent4cfeddd04dcbbf658195bd837d7daff7f08b37bc (diff)
pacc: initial
Diffstat (limited to 'pacc/glsl/dsheader.inc')
-rw-r--r--pacc/glsl/dsheader.inc8
1 files changed, 8 insertions, 0 deletions
diff --git a/pacc/glsl/dsheader.inc b/pacc/glsl/dsheader.inc
new file mode 100644
index 0000000..b742cec
--- /dev/null
+++ b/pacc/glsl/dsheader.inc
@@ -0,0 +1,8 @@
+static const uint8_t dsheader[] = {
+ 0x23, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x20, 0x31, 0x31, 0x30,
+ 0x0a, 0x23, 0x64, 0x65, 0x66, 0x69, 0x6e, 0x65, 0x20, 0x6c, 0x6f, 0x77,
+ 0x70, 0x0a, 0x23, 0x64, 0x65, 0x66, 0x69, 0x6e, 0x65, 0x20, 0x6d, 0x65,
+ 0x64, 0x69, 0x75, 0x6d, 0x70, 0x0a, 0x23, 0x64, 0x65, 0x66, 0x69, 0x6e,
+ 0x65, 0x20, 0x68, 0x69, 0x67, 0x68, 0x70, 0x0a, 0x0a, 0x00
+};
+