|
@@ -1,4 +1,4 @@
|
|
|
-const unsigned char texture_rgba_frag_spv[] = {
|
|
|
+static const unsigned char texture_rgba_frag_spv[] = {
|
|
|
0x03, 0x02, 0x23, 0x07, 0x00, 0x00, 0x01, 0x00, 0x0b, 0x00, 0x08, 0x00,
|
|
|
0x18, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x11, 0x00, 0x02, 0x00,
|
|
|
0x01, 0x00, 0x00, 0x00, 0x0b, 0x00, 0x06, 0x00, 0x01, 0x00, 0x00, 0x00,
|
|
@@ -47,4 +47,4 @@ const unsigned char texture_rgba_frag_spv[] = {
|
|
|
0x16, 0x00, 0x00, 0x00, 0x3e, 0x00, 0x03, 0x00, 0x09, 0x00, 0x00, 0x00,
|
|
|
0x17, 0x00, 0x00, 0x00, 0xfd, 0x00, 0x01, 0x00, 0x38, 0x00, 0x01, 0x00
|
|
|
};
|
|
|
-const unsigned int texture_rgba_frag_spv_len = 564;
|
|
|
+static const unsigned int texture_rgba_frag_spv_len = 564;
|