diff options
Diffstat (limited to 'pacc/glsl/esheader.inc')
-rw-r--r-- | pacc/glsl/esheader.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pacc/glsl/esheader.inc b/pacc/glsl/esheader.inc new file mode 100644 index 0000000..3ca61f1 --- /dev/null +++ b/pacc/glsl/esheader.inc @@ -0,0 +1,5 @@ +static const uint8_t esheader[] = { + 0x23, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x20, 0x31, 0x30, 0x30, + 0x0a, 0x0a, 0x00 +}; + |