Updated embedded shaders.

This commit is contained in:
Branimir Karadžić
2016-12-05 16:55:49 -08:00
parent 6b8717e174
commit 58e46330cd
29 changed files with 67 additions and 8 deletions

View File

@@ -147,3 +147,5 @@ static const uint8_t vs_debugdraw_fill_mtl[685] =
0x61, 0x72, 0x5f, 0x31, 0x29, 0x29, 0x3b, 0x0a, 0x20, 0x20, 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e, // ar_1));. return
0x20, 0x5f, 0x6d, 0x74, 0x6c, 0x5f, 0x6f, 0x3b, 0x0a, 0x7d, 0x0a, 0x0a, 0x00, // _mtl_o;.}...
};
extern const uint8_t* vs_debugdraw_fill_pssl;
extern const uint32_t vs_debugdraw_fill_pssl_size;