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

@@ -165,3 +165,5 @@ static const uint8_t vs_nanovg_fill_mtl[904] =
0x31, 0x3b, 0x0a, 0x20, 0x20, 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x20, 0x5f, 0x6d, 0x74, 0x6c, // 1;. return _mtl
0x5f, 0x6f, 0x3b, 0x0a, 0x7d, 0x0a, 0x0a, 0x00, // _o;.}...
};
extern const uint8_t* vs_nanovg_fill_pssl;
extern const uint32_t vs_nanovg_fill_pssl_size;