Updated shaders.

This commit is contained in:
Branimir Karadžić
2018-04-12 20:45:33 -07:00
parent fc87e05199
commit 45918a4e81
39 changed files with 951 additions and 870 deletions

View File

@@ -7,7 +7,7 @@ static const uint8_t fs_debugdraw_lines_glsl[89] =
0x72, 0x61, 0x67, 0x43, 0x6f, 0x6c, 0x6f, 0x72, 0x20, 0x3d, 0x20, 0x76, 0x5f, 0x63, 0x6f, 0x6c, // ragColor = v_col
0x6f, 0x72, 0x30, 0x3b, 0x0a, 0x7d, 0x0a, 0x0a, 0x00, // or0;.}...
};
static const uint8_t fs_debugdraw_lines_spv[399] =
static const uint8_t fs_debugdraw_lines_spv[401] =
{
0x46, 0x53, 0x48, 0x05, 0xa4, 0x8b, 0xef, 0x49, 0x00, 0x00, 0x80, 0x01, 0x00, 0x00, 0x03, 0x02, // FSH....I........
0x23, 0x07, 0x00, 0x00, 0x01, 0x00, 0x06, 0x00, 0x08, 0x00, 0x2b, 0x00, 0x00, 0x00, 0x00, 0x00, // #.........+.....
@@ -33,7 +33,8 @@ static const uint8_t fs_debugdraw_lines_spv[399] =
0x05, 0x00, 0x02, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x00, // ................
0x00, 0x00, 0xf8, 0x00, 0x02, 0x00, 0x05, 0x00, 0x00, 0x00, 0x3d, 0x00, 0x04, 0x00, 0x08, 0x00, // ..........=.....
0x00, 0x00, 0x22, 0x00, 0x00, 0x00, 0x21, 0x00, 0x00, 0x00, 0x3e, 0x00, 0x03, 0x00, 0x2a, 0x00, // .."...!...>...*.
0x00, 0x00, 0x22, 0x00, 0x00, 0x00, 0xfd, 0x00, 0x01, 0x00, 0x38, 0x00, 0x01, 0x00, 0x00, // ..".......8....
0x00, 0x00, 0x22, 0x00, 0x00, 0x00, 0xfd, 0x00, 0x01, 0x00, 0x38, 0x00, 0x01, 0x00, 0x00, 0x00, // ..".......8.....
0x00, // .
};
static const uint8_t fs_debugdraw_lines_dx9[131] =
{