Recompile all shaders targeting Vulkan 1.0 instead of 1.1

This commit is contained in:
Darragh Coy 2022-02-16 21:19:24 -08:00
parent 31e7f1df5c
commit a70b4b33cd
16 changed files with 432 additions and 389 deletions

View File

@ -38,7 +38,7 @@ files_to_compile = [
def compile_shader(input_glsl_file, output_c_file, shader_stage, c_var_name):
# Generate the basic shader code uint32_t array encased in '{}'
result = subprocess.call(
["glslc", "-I", ".", "--target-env=vulkan1.1", "-fshader-stage=" + shader_stage, "-mfmt=c", "-O", "-o", output_c_file, input_glsl_file]
["glslc", "-I", ".", "--target-env=vulkan1.0", "-fshader-stage=" + shader_stage, "-mfmt=c", "-O", "-o", output_c_file, input_glsl_file]
)
if result != 0:

View File

@ -1,5 +1,5 @@
static const uint32_t gSPIRV_colored_frag[] =
{0x07230203,0x00010300,0x000d000a,0x0000000d,
{0x07230203,0x00010000,0x000d000a,0x0000000d,
0x00000000,0x00020011,0x00000001,0x0006000b,
0x00000001,0x4c534c47,0x6474732e,0x3035342e,
0x00000000,0x0003000e,0x00000000,0x00000001,

View File

@ -1,12 +1,12 @@
static const uint32_t gSPIRV_colored_vert[] =
{0x07230203,0x00010300,0x000d000a,0x00000044,
{0x07230203,0x00010000,0x000d000a,0x0000004a,
0x00000000,0x00020011,0x00000001,0x0006000b,
0x00000001,0x4c534c47,0x6474732e,0x3035342e,
0x00000000,0x0003000e,0x00000000,0x00000001,
0x000e000f,0x00000000,0x00000004,0x6e69616d,
0x00000000,0x0000000d,0x0000001a,0x00000024,
0x00000027,0x0000002e,0x0000003b,0x0000003e,
0x0000003f,0x00000040,0x00050048,0x0000000b,
0x00000027,0x00000035,0x00000041,0x00000044,
0x00000045,0x00000046,0x00050048,0x0000000b,
0x00000000,0x0000000b,0x00000000,0x00050048,
0x0000000b,0x00000001,0x0000000b,0x00000001,
0x00050048,0x0000000b,0x00000002,0x0000000b,
@ -23,11 +23,11 @@ static const uint32_t gSPIRV_colored_vert[] =
0x00000002,0x00040047,0x0000001a,0x0000001e,
0x00000000,0x00040047,0x00000024,0x0000001e,
0x00000000,0x00040047,0x00000027,0x0000001e,
0x00000001,0x00040047,0x0000002e,0x0000001e,
0x00000006,0x00040047,0x0000003b,0x0000001e,
0x00000002,0x00040047,0x0000003e,0x0000001e,
0x00000003,0x00040047,0x0000003f,0x0000001e,
0x00000004,0x00040047,0x00000040,0x0000001e,
0x00000001,0x00040047,0x00000035,0x0000001e,
0x00000006,0x00040047,0x00000041,0x0000001e,
0x00000002,0x00040047,0x00000044,0x0000001e,
0x00000003,0x00040047,0x00000045,0x0000001e,
0x00000004,0x00040047,0x00000046,0x0000001e,
0x00000005,0x00020013,0x00000002,0x00030021,
0x00000003,0x00000002,0x00030016,0x00000006,
0x00000020,0x00040017,0x00000007,0x00000006,
@ -56,20 +56,22 @@ static const uint32_t gSPIRV_colored_vert[] =
0x00000004,0x00040020,0x00000026,0x00000001,
0x00000025,0x0004003b,0x00000026,0x00000027,
0x00000001,0x00040017,0x00000028,0x00000008,
0x00000003,0x0004003b,0x00000026,0x0000002e,
0x00000001,0x0004002b,0x00000008,0x0000002f,
0x00000003,0x00040020,0x00000030,0x00000001,
0x00000008,0x00040020,0x00000034,0x00000003,
0x00000006,0x00040020,0x0000003a,0x00000001,
0x00000011,0x0004003b,0x0000003a,0x0000003b,
0x00000001,0x00040017,0x0000003c,0x00000008,
0x00000002,0x00040020,0x0000003d,0x00000001,
0x0000003c,0x0004003b,0x0000003d,0x0000003e,
0x00000001,0x0004003b,0x0000003d,0x0000003f,
0x00000001,0x0004003b,0x0000003d,0x00000040,
0x00000001,0x0004002b,0x00000006,0x00000042,
0x3b808081,0x0007002c,0x00000007,0x00000043,
0x00000042,0x00000042,0x00000042,0x00000042,
0x00000003,0x0004002b,0x00000008,0x0000002c,
0x00000000,0x00040020,0x0000002d,0x00000003,
0x00000006,0x0004002b,0x00000008,0x00000032,
0x00000002,0x0004003b,0x00000026,0x00000035,
0x00000001,0x0004002b,0x00000008,0x00000036,
0x00000003,0x00040020,0x00000037,0x00000001,
0x00000008,0x00040020,0x00000040,0x00000001,
0x00000011,0x0004003b,0x00000040,0x00000041,
0x00000001,0x00040017,0x00000042,0x00000008,
0x00000002,0x00040020,0x00000043,0x00000001,
0x00000042,0x0004003b,0x00000043,0x00000044,
0x00000001,0x0004003b,0x00000043,0x00000045,
0x00000001,0x0004003b,0x00000043,0x00000046,
0x00000001,0x0004002b,0x00000006,0x00000048,
0x3b808081,0x0007002c,0x00000007,0x00000049,
0x00000048,0x00000048,0x00000048,0x00000048,
0x00050036,0x00000002,0x00000004,0x00000000,
0x00000003,0x000200f8,0x00000005,0x00050041,
0x00000015,0x00000016,0x00000014,0x0000000f,
@ -87,18 +89,24 @@ static const uint32_t gSPIRV_colored_vert[] =
0x00000025,0x00000029,0x00000027,0x0008004f,
0x00000028,0x0000002a,0x00000029,0x00000029,
0x00000000,0x00000001,0x00000002,0x00040070,
0x00000018,0x0000002b,0x0000002a,0x0004003d,
0x00000007,0x0000002c,0x00000024,0x0009004f,
0x00000007,0x0000002d,0x0000002c,0x0000002b,
0x00000004,0x00000005,0x00000006,0x00000003,
0x0003003e,0x00000024,0x0000002d,0x00050041,
0x00000030,0x00000031,0x0000002e,0x0000002f,
0x0004003d,0x00000008,0x00000032,0x00000031,
0x00040070,0x00000006,0x00000033,0x00000032,
0x00050041,0x00000034,0x00000035,0x00000024,
0x0000002f,0x0003003e,0x00000035,0x00000033,
0x0004003d,0x00000007,0x00000037,0x00000024,
0x00050085,0x00000007,0x00000039,0x00000037,
0x00000043,0x0003003e,0x00000024,0x00000039,
0x000100fd,0x00010038}
0x00000018,0x0000002b,0x0000002a,0x00050041,
0x0000002d,0x0000002e,0x00000024,0x0000002c,
0x00050051,0x00000006,0x0000002f,0x0000002b,
0x00000000,0x0003003e,0x0000002e,0x0000002f,
0x00050041,0x0000002d,0x00000030,0x00000024,
0x00000009,0x00050051,0x00000006,0x00000031,
0x0000002b,0x00000001,0x0003003e,0x00000030,
0x00000031,0x00050041,0x0000002d,0x00000033,
0x00000024,0x00000032,0x00050051,0x00000006,
0x00000034,0x0000002b,0x00000002,0x0003003e,
0x00000033,0x00000034,0x00050041,0x00000037,
0x00000038,0x00000035,0x00000036,0x0004003d,
0x00000008,0x00000039,0x00000038,0x00040070,
0x00000006,0x0000003a,0x00000039,0x00050041,
0x0000002d,0x0000003b,0x00000024,0x00000036,
0x0003003e,0x0000003b,0x0000003a,0x0004003d,
0x00000007,0x0000003d,0x00000024,0x00050085,
0x00000007,0x0000003f,0x0000003d,0x00000049,
0x0003003e,0x00000024,0x0000003f,0x000100fd,
0x00010038}
;

View File

@ -1,5 +1,5 @@
static const uint32_t gSPIRV_crossfade_frag[] =
{0x07230203,0x00010300,0x000d000a,0x0000004a,
{0x07230203,0x00010000,0x000d000a,0x0000004a,
0x00000000,0x00020011,0x00000001,0x0006000b,
0x00000001,0x4c534c47,0x6474732e,0x3035342e,
0x00000000,0x0003000e,0x00000000,0x00000001,

View File

@ -1,5 +1,5 @@
static const uint32_t gSPIRV_msaa_resolve_frag[] =
{0x07230203,0x00010300,0x000d000a,0x0000002f,
{0x07230203,0x00010000,0x000d000a,0x0000002f,
0x00000000,0x00020011,0x00000001,0x00020011,
0x00000028,0x0006000b,0x00000001,0x4c534c47,
0x6474732e,0x3035342e,0x00000000,0x0003000e,

View File

@ -1,5 +1,5 @@
static const uint32_t gSPIRV_msaa_resolve_vert[] =
{0x07230203,0x00010300,0x000d000a,0x0000001b,
{0x07230203,0x00010000,0x000d000a,0x0000001b,
0x00000000,0x00020011,0x00000001,0x0006000b,
0x00000001,0x4c534c47,0x6474732e,0x3035342e,
0x00000000,0x0003000e,0x00000000,0x00000001,

View File

@ -1,5 +1,5 @@
static const uint32_t gSPIRV_ndc_textured_frag[] =
{0x07230203,0x00010300,0x000d000a,0x0000001e,
{0x07230203,0x00010000,0x000d000a,0x0000001e,
0x00000000,0x00020011,0x00000001,0x0006000b,
0x00000001,0x4c534c47,0x6474732e,0x3035342e,
0x00000000,0x0003000e,0x00000000,0x00000001,

View File

@ -1,5 +1,5 @@
static const uint32_t gSPIRV_ndc_textured_vert[] =
{0x07230203,0x00010300,0x000d000a,0x0000001f,
{0x07230203,0x00010000,0x000d000a,0x0000001f,
0x00000000,0x00020011,0x00000001,0x0006000b,
0x00000001,0x4c534c47,0x6474732e,0x3035342e,
0x00000000,0x0003000e,0x00000000,0x00000001,

View File

@ -1,5 +1,5 @@
static const uint32_t gSPIRV_sky_frag[] =
{0x07230203,0x00010300,0x000d000a,0x0000017f,
{0x07230203,0x00010000,0x000d000a,0x0000017f,
0x00000000,0x00020011,0x00000001,0x0006000b,
0x00000001,0x4c534c47,0x6474732e,0x3035342e,
0x00000000,0x0003000e,0x00000000,0x00000001,

View File

@ -1,5 +1,5 @@
static const uint32_t gSPIRV_sky_vert[] =
{0x07230203,0x00010300,0x000d000a,0x0000004e,
{0x07230203,0x00010000,0x000d000a,0x0000004e,
0x00000000,0x00020011,0x00000001,0x0006000b,
0x00000001,0x4c534c47,0x6474732e,0x3035342e,
0x00000000,0x0003000e,0x00000000,0x00000001,

View File

@ -1,11 +1,11 @@
static const uint32_t gSPIRV_ui_16bpp_frag[] =
{0x07230203,0x00010300,0x000d000a,0x000000f4,
{0x07230203,0x00010000,0x000d000a,0x000000fb,
0x00000000,0x00020011,0x00000001,0x0006000b,
0x00000001,0x4c534c47,0x6474732e,0x3035342e,
0x00000000,0x0003000e,0x00000000,0x00000001,
0x000c000f,0x00000004,0x00000004,0x6e69616d,
0x00000000,0x0000007d,0x00000081,0x00000086,
0x00000087,0x00000089,0x00000096,0x000000a3,
0x00000087,0x00000089,0x00000096,0x000000aa,
0x00030010,0x00000004,0x00000007,0x00040047,
0x0000007d,0x0000001e,0x00000000,0x00040047,
0x0000007e,0x00000022,0x00000000,0x00040047,
@ -17,9 +17,9 @@ static const uint32_t gSPIRV_ui_16bpp_frag[] =
0x00000003,0x00030047,0x00000089,0x0000000e,
0x00040047,0x00000089,0x0000001e,0x00000005,
0x00040047,0x00000096,0x0000001e,0x00000000,
0x00040047,0x0000009d,0x00000001,0x00000001,
0x00030047,0x000000a3,0x0000000e,0x00040047,
0x000000a3,0x0000001e,0x00000004,0x00020013,
0x00040047,0x000000a4,0x00000001,0x00000001,
0x00030047,0x000000aa,0x0000000e,0x00040047,
0x000000aa,0x0000001e,0x00000004,0x00020013,
0x00000002,0x00030021,0x00000003,0x00000002,
0x00040015,0x00000006,0x00000020,0x00000000,
0x00090019,0x00000007,0x00000006,0x00000001,
@ -55,14 +55,17 @@ static const uint32_t gSPIRV_ui_16bpp_frag[] =
0x00000089,0x00000001,0x00040017,0x00000094,
0x0000000d,0x00000003,0x00040020,0x00000095,
0x00000001,0x00000094,0x0004003b,0x00000095,
0x00000096,0x00000001,0x00030030,0x00000010,
0x0000009d,0x0004003b,0x00000085,0x000000a3,
0x00000001,0x0005002c,0x0000000b,0x000000ef,
0x00000096,0x00000001,0x00040020,0x0000009b,
0x00000003,0x0000000d,0x0004002b,0x00000006,
0x0000009e,0x00000001,0x0004002b,0x00000006,
0x000000a1,0x00000002,0x00030030,0x00000010,
0x000000a4,0x0004003b,0x00000085,0x000000aa,
0x00000001,0x0005002c,0x0000000b,0x000000f6,
0x00000064,0x00000064,0x0007002c,0x0000000e,
0x000000f1,0x00000074,0x00000074,0x00000074,
0x00000074,0x0004002b,0x0000000d,0x000000f2,
0x3d042108,0x0007002c,0x0000000e,0x000000f3,
0x000000f2,0x000000f2,0x000000f2,0x000000f2,
0x000000f8,0x00000074,0x00000074,0x00000074,
0x00000074,0x0004002b,0x0000000d,0x000000f9,
0x3d042108,0x0007002c,0x0000000e,0x000000fa,
0x000000f9,0x000000f9,0x000000f9,0x000000f9,
0x00050036,0x00000002,0x00000004,0x00000000,
0x00000003,0x000200f8,0x00000005,0x0004003d,
0x0000007f,0x00000082,0x00000081,0x0006000c,
@ -71,61 +74,67 @@ static const uint32_t gSPIRV_ui_16bpp_frag[] =
0x00000083,0x0004003d,0x0000000b,0x0000008e,
0x00000086,0x0004003d,0x0000000b,0x00000090,
0x00000087,0x0004003d,0x0000000e,0x00000092,
0x00000089,0x00050082,0x0000000b,0x000000b3,
0x00000090,0x000000ef,0x0008000c,0x0000000b,
0x000000b4,0x00000001,0x0000002d,0x00000084,
0x00000062,0x000000b3,0x00050080,0x0000000b,
0x000000b8,0x000000b4,0x0000008e,0x0004003d,
0x00000008,0x000000c0,0x0000007e,0x00040064,
0x00000007,0x000000c2,0x000000c0,0x0007005f,
0x0000002c,0x000000c3,0x000000c2,0x000000b8,
0x00000089,0x00050082,0x0000000b,0x000000ba,
0x00000090,0x000000f6,0x0008000c,0x0000000b,
0x000000bb,0x00000001,0x0000002d,0x00000084,
0x00000062,0x000000ba,0x00050080,0x0000000b,
0x000000bf,0x000000bb,0x0000008e,0x0004003d,
0x00000008,0x000000c7,0x0000007e,0x00040064,
0x00000007,0x000000c9,0x000000c7,0x0007005f,
0x0000002c,0x000000ca,0x000000c9,0x000000bf,
0x00000002,0x0000002a,0x00050051,0x00000006,
0x000000c4,0x000000c3,0x00000000,0x000500aa,
0x00000010,0x000000c7,0x000000c4,0x0000002e,
0x000300f7,0x000000c9,0x00000000,0x000400fa,
0x000000c7,0x000000c8,0x000000c9,0x000200f8,
0x000000c8,0x000100fc,0x000200f8,0x000000c9,
0x000500c2,0x00000006,0x000000cc,0x000000c4,
0x0000002a,0x000500c7,0x00000006,0x000000cd,
0x000000cc,0x0000003a,0x00040070,0x0000000d,
0x000000ce,0x000000cd,0x000500c2,0x00000006,
0x000000d0,0x000000c4,0x0000003e,0x000500c7,
0x00000006,0x000000d1,0x000000d0,0x0000003a,
0x00040070,0x0000000d,0x000000d2,0x000000d1,
0x000500c2,0x00000006,0x000000d4,0x000000c4,
0x00000043,0x000500c7,0x00000006,0x000000d5,
0x000000d4,0x0000003a,0x00040070,0x0000000d,
0x000000d6,0x000000d5,0x00070050,0x0000000e,
0x000000d7,0x000000ce,0x000000d2,0x000000d6,
0x00000047,0x00050085,0x0000000e,0x000000d9,
0x000000d7,0x000000f3,0x000500c7,0x00000006,
0x000000db,0x000000c4,0x0000004c,0x000500ab,
0x00000010,0x000000dc,0x000000db,0x0000002e,
0x000300f7,0x000000e1,0x00000000,0x000400fa,
0x000000dc,0x000000dd,0x000000e1,0x000200f8,
0x000000dd,0x00050085,0x0000000e,0x000000e0,
0x000000d9,0x00000092,0x000200f9,0x000000e1,
0x000200f8,0x000000e1,0x000700f5,0x0000000e,
0x000000ee,0x000000d9,0x000000c9,0x000000e0,
0x000000dd,0x0003003e,0x0000007d,0x000000ee,
0x000000cb,0x000000ca,0x00000000,0x000500aa,
0x00000010,0x000000ce,0x000000cb,0x0000002e,
0x000300f7,0x000000d0,0x00000000,0x000400fa,
0x000000ce,0x000000cf,0x000000d0,0x000200f8,
0x000000cf,0x000100fc,0x000200f8,0x000000d0,
0x000500c2,0x00000006,0x000000d3,0x000000cb,
0x0000002a,0x000500c7,0x00000006,0x000000d4,
0x000000d3,0x0000003a,0x00040070,0x0000000d,
0x000000d5,0x000000d4,0x000500c2,0x00000006,
0x000000d7,0x000000cb,0x0000003e,0x000500c7,
0x00000006,0x000000d8,0x000000d7,0x0000003a,
0x00040070,0x0000000d,0x000000d9,0x000000d8,
0x000500c2,0x00000006,0x000000db,0x000000cb,
0x00000043,0x000500c7,0x00000006,0x000000dc,
0x000000db,0x0000003a,0x00040070,0x0000000d,
0x000000dd,0x000000dc,0x00070050,0x0000000e,
0x000000de,0x000000d5,0x000000d9,0x000000dd,
0x00000047,0x00050085,0x0000000e,0x000000e0,
0x000000de,0x000000fa,0x000500c7,0x00000006,
0x000000e2,0x000000cb,0x0000004c,0x000500ab,
0x00000010,0x000000e3,0x000000e2,0x0000002e,
0x000300f7,0x000000e8,0x00000000,0x000400fa,
0x000000e3,0x000000e4,0x000000e8,0x000200f8,
0x000000e4,0x00050085,0x0000000e,0x000000e7,
0x000000e0,0x00000092,0x000200f9,0x000000e8,
0x000200f8,0x000000e8,0x000700f5,0x0000000e,
0x000000f5,0x000000e0,0x000000d0,0x000000e7,
0x000000e4,0x0003003e,0x0000007d,0x000000f5,
0x0004003d,0x00000094,0x00000097,0x00000096,
0x0004003d,0x0000000e,0x00000098,0x0000007d,
0x0008004f,0x00000094,0x00000099,0x00000098,
0x00000098,0x00000000,0x00000001,0x00000002,
0x00050085,0x00000094,0x0000009a,0x00000099,
0x00000097,0x0004003d,0x0000000e,0x0000009b,
0x0000007d,0x0009004f,0x0000000e,0x0000009c,
0x0000009b,0x0000009a,0x00000004,0x00000005,
0x00000006,0x00000003,0x0003003e,0x0000007d,
0x0000009c,0x000300f7,0x0000009f,0x00000000,
0x000400fa,0x0000009d,0x0000009e,0x0000009f,
0x000200f8,0x0000009e,0x0004003d,0x0000000e,
0x000000a1,0x0000007d,0x0005008e,0x0000000e,
0x000000e7,0x000000a1,0x00000047,0x00050081,
0x0000000e,0x000000e9,0x000000e7,0x000000f1,
0x0006000c,0x0000000e,0x000000ea,0x00000001,
0x00000003,0x000000e9,0x00050085,0x0000000e,
0x000000ec,0x000000ea,0x000000f3,0x0003003e,
0x0000007d,0x000000ec,0x000200f9,0x0000009f,
0x000200f8,0x0000009f,0x000100fd,0x00010038}
0x00000097,0x00050041,0x0000009b,0x0000009c,
0x0000007d,0x0000002e,0x00050051,0x0000000d,
0x0000009d,0x0000009a,0x00000000,0x0003003e,
0x0000009c,0x0000009d,0x00050041,0x0000009b,
0x0000009f,0x0000007d,0x0000009e,0x00050051,
0x0000000d,0x000000a0,0x0000009a,0x00000001,
0x0003003e,0x0000009f,0x000000a0,0x00050041,
0x0000009b,0x000000a2,0x0000007d,0x000000a1,
0x00050051,0x0000000d,0x000000a3,0x0000009a,
0x00000002,0x0003003e,0x000000a2,0x000000a3,
0x000300f7,0x000000a6,0x00000000,0x000400fa,
0x000000a4,0x000000a5,0x000000a6,0x000200f8,
0x000000a5,0x0004003d,0x0000000e,0x000000a8,
0x0000007d,0x0005008e,0x0000000e,0x000000ee,
0x000000a8,0x00000047,0x00050081,0x0000000e,
0x000000f0,0x000000ee,0x000000f8,0x0006000c,
0x0000000e,0x000000f1,0x00000001,0x00000003,
0x000000f0,0x00050085,0x0000000e,0x000000f3,
0x000000f1,0x000000fa,0x0003003e,0x0000007d,
0x000000f3,0x000200f9,0x000000a6,0x000200f8,
0x000000a6,0x000100fd,0x00010038}
;

View File

@ -1,5 +1,5 @@
static const uint32_t gSPIRV_ui_4bpp_frag[] =
{0x07230203,0x00010300,0x000d000a,0x00000140,
{0x07230203,0x00010000,0x000d000a,0x00000146,
0x00000000,0x00020011,0x00000001,0x0006000b,
0x00000001,0x4c534c47,0x6474732e,0x3035342e,
0x00000000,0x0003000e,0x00000000,0x00000001,
@ -19,7 +19,7 @@ static const uint32_t gSPIRV_ui_4bpp_frag[] =
0x00030047,0x000000b0,0x0000000e,0x00040047,
0x000000b0,0x0000001e,0x00000005,0x00040047,
0x000000bf,0x0000001e,0x00000000,0x00040047,
0x000000c6,0x00000001,0x00000001,0x00020013,
0x000000cc,0x00000001,0x00000001,0x00020013,
0x00000002,0x00030021,0x00000003,0x00000002,
0x00040015,0x00000006,0x00000020,0x00000000,
0x00090019,0x00000007,0x00000006,0x00000001,
@ -41,7 +41,8 @@ static const uint32_t gSPIRV_ui_4bpp_frag[] =
0x00008000,0x0005002c,0x0000000b,0x00000063,
0x0000002b,0x0000002b,0x0004002b,0x0000000a,
0x00000065,0x00000001,0x0004002b,0x0000000a,
0x00000071,0x00000004,0x0004002b,0x0000000a,
0x00000071,0x00000004,0x0004002b,0x00000006,
0x00000073,0x00000001,0x0004002b,0x0000000a,
0x0000007d,0x00000003,0x0004002b,0x00000006,
0x00000083,0x00000004,0x0004002b,0x00000006,
0x00000086,0x0000000f,0x0004002b,0x0000000d,
@ -60,13 +61,15 @@ static const uint32_t gSPIRV_ui_4bpp_frag[] =
0x000000b0,0x00000001,0x00040017,0x000000bd,
0x0000000d,0x00000003,0x00040020,0x000000be,
0x00000001,0x000000bd,0x0004003b,0x000000be,
0x000000bf,0x00000001,0x00030030,0x00000010,
0x000000c6,0x0005002c,0x0000000b,0x0000013b,
0x000000bf,0x00000001,0x00040020,0x000000c4,
0x00000003,0x0000000d,0x0004002b,0x00000006,
0x000000c9,0x00000002,0x00030030,0x00000010,
0x000000cc,0x0005002c,0x0000000b,0x00000141,
0x00000065,0x00000065,0x0007002c,0x0000000e,
0x0000013d,0x0000009a,0x0000009a,0x0000009a,
0x0000009a,0x0004002b,0x0000000d,0x0000013e,
0x3d042108,0x0007002c,0x0000000e,0x0000013f,
0x0000013e,0x0000013e,0x0000013e,0x0000013e,
0x00000143,0x0000009a,0x0000009a,0x0000009a,
0x0000009a,0x0004002b,0x0000000d,0x00000144,
0x3d042108,0x0007002c,0x0000000e,0x00000145,
0x00000144,0x00000144,0x00000144,0x00000144,
0x00050036,0x00000002,0x00000004,0x00000000,
0x00000003,0x000200f8,0x00000005,0x0004003d,
0x000000a5,0x000000a8,0x000000a7,0x0006000c,
@ -76,83 +79,89 @@ static const uint32_t gSPIRV_ui_4bpp_frag[] =
0x000000ac,0x0004003d,0x0000000b,0x000000b7,
0x000000ad,0x0004003d,0x0000000b,0x000000b9,
0x000000ae,0x0004003d,0x0000000e,0x000000bb,
0x000000b0,0x00050082,0x0000000b,0x000000de,
0x000000b7,0x0000013b,0x0008000c,0x0000000b,
0x000000df,0x00000001,0x0000002d,0x000000aa,
0x00000063,0x000000de,0x00050080,0x0000000b,
0x000000e3,0x000000df,0x000000b5,0x0004003d,
0x00000008,0x000000e4,0x000000a4,0x00050051,
0x0000000a,0x000000e6,0x000000e3,0x00000000,
0x00050087,0x0000000a,0x000000e7,0x000000e6,
0x00000071,0x00050051,0x0000000a,0x000000e9,
0x000000e3,0x00000001,0x00050050,0x0000000b,
0x000000ea,0x000000e7,0x000000e9,0x00040064,
0x00000007,0x000000eb,0x000000e4,0x0007005f,
0x0000002d,0x000000ec,0x000000eb,0x000000ea,
0x000000b0,0x00050082,0x0000000b,0x000000e4,
0x000000b7,0x00000141,0x0008000c,0x0000000b,
0x000000e5,0x00000001,0x0000002d,0x000000aa,
0x00000063,0x000000e4,0x00050080,0x0000000b,
0x000000e9,0x000000e5,0x000000b5,0x0004003d,
0x00000008,0x000000ea,0x000000a4,0x00050051,
0x0000000a,0x000000ec,0x000000e9,0x00000000,
0x00050087,0x0000000a,0x000000ed,0x000000ec,
0x00000071,0x00050051,0x0000000a,0x000000ef,
0x000000e9,0x00000001,0x00050050,0x0000000b,
0x000000f0,0x000000ed,0x000000ef,0x00040064,
0x00000007,0x000000f1,0x000000ea,0x0007005f,
0x0000002d,0x000000f2,0x000000f1,0x000000f0,
0x00000002,0x0000002b,0x00050051,0x00000006,
0x000000ed,0x000000ec,0x00000000,0x000500c7,
0x0000000a,0x000000f0,0x000000e6,0x0000007d,
0x0004007c,0x00000006,0x000000f1,0x000000f0,
0x00050084,0x00000006,0x000000f4,0x000000f1,
0x00000083,0x000500c2,0x00000006,0x000000f5,
0x000000ed,0x000000f4,0x000500c7,0x00000006,
0x000000f7,0x000000f5,0x00000086,0x00050051,
0x0000000a,0x000000f9,0x000000b9,0x00000000,
0x0004007c,0x00000006,0x000000fa,0x000000f9,
0x00050080,0x00000006,0x000000fc,0x000000fa,
0x000000f7,0x0004007c,0x0000000a,0x000000fd,
0x000000fc,0x00050051,0x0000000a,0x000000ff,
0x000000f3,0x000000f2,0x00000000,0x000500c7,
0x0000000a,0x000000f6,0x000000ec,0x0000007d,
0x0004007c,0x00000006,0x000000f7,0x000000f6,
0x00050084,0x00000006,0x000000fa,0x000000f7,
0x00000083,0x000500c2,0x00000006,0x000000fb,
0x000000f3,0x000000fa,0x000500c7,0x00000006,
0x000000fd,0x000000fb,0x00000086,0x00050051,
0x0000000a,0x000000ff,0x000000b9,0x00000000,
0x0004007c,0x00000006,0x00000100,0x000000ff,
0x00050080,0x00000006,0x00000102,0x00000100,
0x000000fd,0x0004007c,0x0000000a,0x00000103,
0x00000102,0x00050051,0x0000000a,0x00000105,
0x000000b9,0x00000001,0x00050050,0x0000000b,
0x00000100,0x000000fd,0x000000ff,0x00040064,
0x00000007,0x00000109,0x000000e4,0x0007005f,
0x0000002d,0x0000010a,0x00000109,0x00000100,
0x00000106,0x00000103,0x00000105,0x00040064,
0x00000007,0x0000010f,0x000000ea,0x0007005f,
0x0000002d,0x00000110,0x0000010f,0x00000106,
0x00000002,0x0000002b,0x00050051,0x00000006,
0x0000010b,0x0000010a,0x00000000,0x000500aa,
0x00000010,0x0000010e,0x0000010b,0x0000002f,
0x000300f7,0x00000110,0x00000000,0x000400fa,
0x0000010e,0x0000010f,0x00000110,0x000200f8,
0x0000010f,0x000100fc,0x000200f8,0x00000110,
0x000500c2,0x00000006,0x00000113,0x0000010b,
0x0000002b,0x000500c7,0x00000006,0x00000114,
0x00000113,0x0000003b,0x00040070,0x0000000d,
0x00000115,0x00000114,0x000500c2,0x00000006,
0x00000117,0x0000010b,0x0000003f,0x000500c7,
0x00000006,0x00000118,0x00000117,0x0000003b,
0x00040070,0x0000000d,0x00000119,0x00000118,
0x000500c2,0x00000006,0x0000011b,0x0000010b,
0x00000044,0x000500c7,0x00000006,0x0000011c,
0x0000011b,0x0000003b,0x00040070,0x0000000d,
0x0000011d,0x0000011c,0x00070050,0x0000000e,
0x0000011e,0x00000115,0x00000119,0x0000011d,
0x00000048,0x00050085,0x0000000e,0x00000120,
0x0000011e,0x0000013f,0x000500c7,0x00000006,
0x00000122,0x0000010b,0x0000004d,0x000500ab,
0x00000010,0x00000123,0x00000122,0x0000002f,
0x000300f7,0x00000128,0x00000000,0x000400fa,
0x00000123,0x00000124,0x00000128,0x000200f8,
0x00000124,0x00050085,0x0000000e,0x00000127,
0x00000120,0x000000bb,0x000200f9,0x00000128,
0x000200f8,0x00000128,0x000700f5,0x0000000e,
0x0000013a,0x00000120,0x00000110,0x00000127,
0x00000124,0x0003003e,0x000000a3,0x0000013a,
0x00000111,0x00000110,0x00000000,0x000500aa,
0x00000010,0x00000114,0x00000111,0x0000002f,
0x000300f7,0x00000116,0x00000000,0x000400fa,
0x00000114,0x00000115,0x00000116,0x000200f8,
0x00000115,0x000100fc,0x000200f8,0x00000116,
0x000500c2,0x00000006,0x00000119,0x00000111,
0x0000002b,0x000500c7,0x00000006,0x0000011a,
0x00000119,0x0000003b,0x00040070,0x0000000d,
0x0000011b,0x0000011a,0x000500c2,0x00000006,
0x0000011d,0x00000111,0x0000003f,0x000500c7,
0x00000006,0x0000011e,0x0000011d,0x0000003b,
0x00040070,0x0000000d,0x0000011f,0x0000011e,
0x000500c2,0x00000006,0x00000121,0x00000111,
0x00000044,0x000500c7,0x00000006,0x00000122,
0x00000121,0x0000003b,0x00040070,0x0000000d,
0x00000123,0x00000122,0x00070050,0x0000000e,
0x00000124,0x0000011b,0x0000011f,0x00000123,
0x00000048,0x00050085,0x0000000e,0x00000126,
0x00000124,0x00000145,0x000500c7,0x00000006,
0x00000128,0x00000111,0x0000004d,0x000500ab,
0x00000010,0x00000129,0x00000128,0x0000002f,
0x000300f7,0x0000012e,0x00000000,0x000400fa,
0x00000129,0x0000012a,0x0000012e,0x000200f8,
0x0000012a,0x00050085,0x0000000e,0x0000012d,
0x00000126,0x000000bb,0x000200f9,0x0000012e,
0x000200f8,0x0000012e,0x000700f5,0x0000000e,
0x00000140,0x00000126,0x00000116,0x0000012d,
0x0000012a,0x0003003e,0x000000a3,0x00000140,
0x0004003d,0x000000bd,0x000000c0,0x000000bf,
0x0004003d,0x0000000e,0x000000c1,0x000000a3,
0x0008004f,0x000000bd,0x000000c2,0x000000c1,
0x000000c1,0x00000000,0x00000001,0x00000002,
0x00050085,0x000000bd,0x000000c3,0x000000c2,
0x000000c0,0x0004003d,0x0000000e,0x000000c4,
0x000000a3,0x0009004f,0x0000000e,0x000000c5,
0x000000c4,0x000000c3,0x00000004,0x00000005,
0x00000006,0x00000003,0x0003003e,0x000000a3,
0x000000c5,0x000300f7,0x000000c8,0x00000000,
0x000400fa,0x000000c6,0x000000c7,0x000000c8,
0x000200f8,0x000000c7,0x0004003d,0x0000000e,
0x000000ca,0x000000a3,0x0005008e,0x0000000e,
0x0000012e,0x000000ca,0x00000048,0x00050081,
0x0000000e,0x00000130,0x0000012e,0x0000013d,
0x0006000c,0x0000000e,0x00000131,0x00000001,
0x00000003,0x00000130,0x00050085,0x0000000e,
0x00000133,0x00000131,0x0000013f,0x0003003e,
0x000000a3,0x00000133,0x000200f9,0x000000c8,
0x000200f8,0x000000c8,0x000100fd,0x00010038}
0x000000c0,0x00050041,0x000000c4,0x000000c5,
0x000000a3,0x0000002f,0x00050051,0x0000000d,
0x000000c6,0x000000c3,0x00000000,0x0003003e,
0x000000c5,0x000000c6,0x00050041,0x000000c4,
0x000000c7,0x000000a3,0x00000073,0x00050051,
0x0000000d,0x000000c8,0x000000c3,0x00000001,
0x0003003e,0x000000c7,0x000000c8,0x00050041,
0x000000c4,0x000000ca,0x000000a3,0x000000c9,
0x00050051,0x0000000d,0x000000cb,0x000000c3,
0x00000002,0x0003003e,0x000000ca,0x000000cb,
0x000300f7,0x000000ce,0x00000000,0x000400fa,
0x000000cc,0x000000cd,0x000000ce,0x000200f8,
0x000000cd,0x0004003d,0x0000000e,0x000000d0,
0x000000a3,0x0005008e,0x0000000e,0x00000134,
0x000000d0,0x00000048,0x00050081,0x0000000e,
0x00000136,0x00000134,0x00000143,0x0006000c,
0x0000000e,0x00000137,0x00000001,0x00000003,
0x00000136,0x00050085,0x0000000e,0x00000139,
0x00000137,0x00000145,0x0003003e,0x000000a3,
0x00000139,0x000200f9,0x000000ce,0x000200f8,
0x000000ce,0x000100fd,0x00010038}
;

View File

@ -1,5 +1,5 @@
static const uint32_t gSPIRV_ui_8bpp_frag[] =
{0x07230203,0x00010300,0x000d000a,0x0000013f,
{0x07230203,0x00010000,0x000d000a,0x00000145,
0x00000000,0x00020011,0x00000001,0x0006000b,
0x00000001,0x4c534c47,0x6474732e,0x3035342e,
0x00000000,0x0003000e,0x00000000,0x00000001,
@ -19,7 +19,7 @@ static const uint32_t gSPIRV_ui_8bpp_frag[] =
0x00030047,0x000000af,0x0000000e,0x00040047,
0x000000af,0x0000001e,0x00000005,0x00040047,
0x000000be,0x0000001e,0x00000000,0x00040047,
0x000000c5,0x00000001,0x00000001,0x00020013,
0x000000cb,0x00000001,0x00000001,0x00020013,
0x00000002,0x00030021,0x00000003,0x00000002,
0x00040015,0x00000006,0x00000020,0x00000000,
0x00090019,0x00000007,0x00000006,0x00000001,
@ -42,6 +42,7 @@ static const uint32_t gSPIRV_ui_8bpp_frag[] =
0x0000002b,0x0000002b,0x0004002b,0x0000000a,
0x00000065,0x00000001,0x0004002b,0x0000000a,
0x00000071,0x00000002,0x0004002b,0x00000006,
0x00000073,0x00000001,0x0004002b,0x00000006,
0x00000082,0x00000008,0x0004002b,0x00000006,
0x00000085,0x000000ff,0x0004002b,0x0000000d,
0x00000099,0x38d1b717,0x00040020,0x000000a1,
@ -59,13 +60,15 @@ static const uint32_t gSPIRV_ui_8bpp_frag[] =
0x000000af,0x00000001,0x00040017,0x000000bc,
0x0000000d,0x00000003,0x00040020,0x000000bd,
0x00000001,0x000000bc,0x0004003b,0x000000bd,
0x000000be,0x00000001,0x00030030,0x00000010,
0x000000c5,0x0005002c,0x0000000b,0x0000013a,
0x000000be,0x00000001,0x00040020,0x000000c3,
0x00000003,0x0000000d,0x0004002b,0x00000006,
0x000000c8,0x00000002,0x00030030,0x00000010,
0x000000cb,0x0005002c,0x0000000b,0x00000140,
0x00000065,0x00000065,0x0007002c,0x0000000e,
0x0000013c,0x00000099,0x00000099,0x00000099,
0x00000099,0x0004002b,0x0000000d,0x0000013d,
0x3d042108,0x0007002c,0x0000000e,0x0000013e,
0x0000013d,0x0000013d,0x0000013d,0x0000013d,
0x00000142,0x00000099,0x00000099,0x00000099,
0x00000099,0x0004002b,0x0000000d,0x00000143,
0x3d042108,0x0007002c,0x0000000e,0x00000144,
0x00000143,0x00000143,0x00000143,0x00000143,
0x00050036,0x00000002,0x00000004,0x00000000,
0x00000003,0x000200f8,0x00000005,0x0004003d,
0x000000a4,0x000000a7,0x000000a6,0x0006000c,
@ -75,83 +78,89 @@ static const uint32_t gSPIRV_ui_8bpp_frag[] =
0x000000ab,0x0004003d,0x0000000b,0x000000b6,
0x000000ac,0x0004003d,0x0000000b,0x000000b8,
0x000000ad,0x0004003d,0x0000000e,0x000000ba,
0x000000af,0x00050082,0x0000000b,0x000000dd,
0x000000b6,0x0000013a,0x0008000c,0x0000000b,
0x000000de,0x00000001,0x0000002d,0x000000a9,
0x00000063,0x000000dd,0x00050080,0x0000000b,
0x000000e2,0x000000de,0x000000b4,0x0004003d,
0x00000008,0x000000e3,0x000000a3,0x00050051,
0x0000000a,0x000000e5,0x000000e2,0x00000000,
0x00050087,0x0000000a,0x000000e6,0x000000e5,
0x00000071,0x00050051,0x0000000a,0x000000e8,
0x000000e2,0x00000001,0x00050050,0x0000000b,
0x000000e9,0x000000e6,0x000000e8,0x00040064,
0x00000007,0x000000ea,0x000000e3,0x0007005f,
0x0000002d,0x000000eb,0x000000ea,0x000000e9,
0x000000af,0x00050082,0x0000000b,0x000000e3,
0x000000b6,0x00000140,0x0008000c,0x0000000b,
0x000000e4,0x00000001,0x0000002d,0x000000a9,
0x00000063,0x000000e3,0x00050080,0x0000000b,
0x000000e8,0x000000e4,0x000000b4,0x0004003d,
0x00000008,0x000000e9,0x000000a3,0x00050051,
0x0000000a,0x000000eb,0x000000e8,0x00000000,
0x00050087,0x0000000a,0x000000ec,0x000000eb,
0x00000071,0x00050051,0x0000000a,0x000000ee,
0x000000e8,0x00000001,0x00050050,0x0000000b,
0x000000ef,0x000000ec,0x000000ee,0x00040064,
0x00000007,0x000000f0,0x000000e9,0x0007005f,
0x0000002d,0x000000f1,0x000000f0,0x000000ef,
0x00000002,0x0000002b,0x00050051,0x00000006,
0x000000ec,0x000000eb,0x00000000,0x000500c7,
0x0000000a,0x000000ef,0x000000e5,0x00000065,
0x0004007c,0x00000006,0x000000f0,0x000000ef,
0x00050084,0x00000006,0x000000f3,0x000000f0,
0x00000082,0x000500c2,0x00000006,0x000000f4,
0x000000ec,0x000000f3,0x000500c7,0x00000006,
0x000000f6,0x000000f4,0x00000085,0x00050051,
0x0000000a,0x000000f8,0x000000b8,0x00000000,
0x0004007c,0x00000006,0x000000f9,0x000000f8,
0x00050080,0x00000006,0x000000fb,0x000000f9,
0x000000f6,0x0004007c,0x0000000a,0x000000fc,
0x000000fb,0x00050051,0x0000000a,0x000000fe,
0x000000f2,0x000000f1,0x00000000,0x000500c7,
0x0000000a,0x000000f5,0x000000eb,0x00000065,
0x0004007c,0x00000006,0x000000f6,0x000000f5,
0x00050084,0x00000006,0x000000f9,0x000000f6,
0x00000082,0x000500c2,0x00000006,0x000000fa,
0x000000f2,0x000000f9,0x000500c7,0x00000006,
0x000000fc,0x000000fa,0x00000085,0x00050051,
0x0000000a,0x000000fe,0x000000b8,0x00000000,
0x0004007c,0x00000006,0x000000ff,0x000000fe,
0x00050080,0x00000006,0x00000101,0x000000ff,
0x000000fc,0x0004007c,0x0000000a,0x00000102,
0x00000101,0x00050051,0x0000000a,0x00000104,
0x000000b8,0x00000001,0x00050050,0x0000000b,
0x000000ff,0x000000fc,0x000000fe,0x00040064,
0x00000007,0x00000108,0x000000e3,0x0007005f,
0x0000002d,0x00000109,0x00000108,0x000000ff,
0x00000105,0x00000102,0x00000104,0x00040064,
0x00000007,0x0000010e,0x000000e9,0x0007005f,
0x0000002d,0x0000010f,0x0000010e,0x00000105,
0x00000002,0x0000002b,0x00050051,0x00000006,
0x0000010a,0x00000109,0x00000000,0x000500aa,
0x00000010,0x0000010d,0x0000010a,0x0000002f,
0x000300f7,0x0000010f,0x00000000,0x000400fa,
0x0000010d,0x0000010e,0x0000010f,0x000200f8,
0x0000010e,0x000100fc,0x000200f8,0x0000010f,
0x000500c2,0x00000006,0x00000112,0x0000010a,
0x0000002b,0x000500c7,0x00000006,0x00000113,
0x00000112,0x0000003b,0x00040070,0x0000000d,
0x00000114,0x00000113,0x000500c2,0x00000006,
0x00000116,0x0000010a,0x0000003f,0x000500c7,
0x00000006,0x00000117,0x00000116,0x0000003b,
0x00040070,0x0000000d,0x00000118,0x00000117,
0x000500c2,0x00000006,0x0000011a,0x0000010a,
0x00000044,0x000500c7,0x00000006,0x0000011b,
0x0000011a,0x0000003b,0x00040070,0x0000000d,
0x0000011c,0x0000011b,0x00070050,0x0000000e,
0x0000011d,0x00000114,0x00000118,0x0000011c,
0x00000048,0x00050085,0x0000000e,0x0000011f,
0x0000011d,0x0000013e,0x000500c7,0x00000006,
0x00000121,0x0000010a,0x0000004d,0x000500ab,
0x00000010,0x00000122,0x00000121,0x0000002f,
0x000300f7,0x00000127,0x00000000,0x000400fa,
0x00000122,0x00000123,0x00000127,0x000200f8,
0x00000123,0x00050085,0x0000000e,0x00000126,
0x0000011f,0x000000ba,0x000200f9,0x00000127,
0x000200f8,0x00000127,0x000700f5,0x0000000e,
0x00000139,0x0000011f,0x0000010f,0x00000126,
0x00000123,0x0003003e,0x000000a2,0x00000139,
0x00000110,0x0000010f,0x00000000,0x000500aa,
0x00000010,0x00000113,0x00000110,0x0000002f,
0x000300f7,0x00000115,0x00000000,0x000400fa,
0x00000113,0x00000114,0x00000115,0x000200f8,
0x00000114,0x000100fc,0x000200f8,0x00000115,
0x000500c2,0x00000006,0x00000118,0x00000110,
0x0000002b,0x000500c7,0x00000006,0x00000119,
0x00000118,0x0000003b,0x00040070,0x0000000d,
0x0000011a,0x00000119,0x000500c2,0x00000006,
0x0000011c,0x00000110,0x0000003f,0x000500c7,
0x00000006,0x0000011d,0x0000011c,0x0000003b,
0x00040070,0x0000000d,0x0000011e,0x0000011d,
0x000500c2,0x00000006,0x00000120,0x00000110,
0x00000044,0x000500c7,0x00000006,0x00000121,
0x00000120,0x0000003b,0x00040070,0x0000000d,
0x00000122,0x00000121,0x00070050,0x0000000e,
0x00000123,0x0000011a,0x0000011e,0x00000122,
0x00000048,0x00050085,0x0000000e,0x00000125,
0x00000123,0x00000144,0x000500c7,0x00000006,
0x00000127,0x00000110,0x0000004d,0x000500ab,
0x00000010,0x00000128,0x00000127,0x0000002f,
0x000300f7,0x0000012d,0x00000000,0x000400fa,
0x00000128,0x00000129,0x0000012d,0x000200f8,
0x00000129,0x00050085,0x0000000e,0x0000012c,
0x00000125,0x000000ba,0x000200f9,0x0000012d,
0x000200f8,0x0000012d,0x000700f5,0x0000000e,
0x0000013f,0x00000125,0x00000115,0x0000012c,
0x00000129,0x0003003e,0x000000a2,0x0000013f,
0x0004003d,0x000000bc,0x000000bf,0x000000be,
0x0004003d,0x0000000e,0x000000c0,0x000000a2,
0x0008004f,0x000000bc,0x000000c1,0x000000c0,
0x000000c0,0x00000000,0x00000001,0x00000002,
0x00050085,0x000000bc,0x000000c2,0x000000c1,
0x000000bf,0x0004003d,0x0000000e,0x000000c3,
0x000000a2,0x0009004f,0x0000000e,0x000000c4,
0x000000c3,0x000000c2,0x00000004,0x00000005,
0x00000006,0x00000003,0x0003003e,0x000000a2,
0x000000c4,0x000300f7,0x000000c7,0x00000000,
0x000400fa,0x000000c5,0x000000c6,0x000000c7,
0x000200f8,0x000000c6,0x0004003d,0x0000000e,
0x000000c9,0x000000a2,0x0005008e,0x0000000e,
0x0000012d,0x000000c9,0x00000048,0x00050081,
0x0000000e,0x0000012f,0x0000012d,0x0000013c,
0x0006000c,0x0000000e,0x00000130,0x00000001,
0x00000003,0x0000012f,0x00050085,0x0000000e,
0x00000132,0x00000130,0x0000013e,0x0003003e,
0x000000a2,0x00000132,0x000200f9,0x000000c7,
0x000200f8,0x000000c7,0x000100fd,0x00010038}
0x000000bf,0x00050041,0x000000c3,0x000000c4,
0x000000a2,0x0000002f,0x00050051,0x0000000d,
0x000000c5,0x000000c2,0x00000000,0x0003003e,
0x000000c4,0x000000c5,0x00050041,0x000000c3,
0x000000c6,0x000000a2,0x00000073,0x00050051,
0x0000000d,0x000000c7,0x000000c2,0x00000001,
0x0003003e,0x000000c6,0x000000c7,0x00050041,
0x000000c3,0x000000c9,0x000000a2,0x000000c8,
0x00050051,0x0000000d,0x000000ca,0x000000c2,
0x00000002,0x0003003e,0x000000c9,0x000000ca,
0x000300f7,0x000000cd,0x00000000,0x000400fa,
0x000000cb,0x000000cc,0x000000cd,0x000200f8,
0x000000cc,0x0004003d,0x0000000e,0x000000cf,
0x000000a2,0x0005008e,0x0000000e,0x00000133,
0x000000cf,0x00000048,0x00050081,0x0000000e,
0x00000135,0x00000133,0x00000142,0x0006000c,
0x0000000e,0x00000136,0x00000001,0x00000003,
0x00000135,0x00050085,0x0000000e,0x00000138,
0x00000136,0x00000144,0x0003003e,0x000000a2,
0x00000138,0x000200f9,0x000000cd,0x000200f8,
0x000000cd,0x000100fd,0x00010038}
;

View File

@ -1,5 +1,5 @@
static const uint32_t gSPIRV_ui_vert[] =
{0x07230203,0x00010300,0x000d000a,0x00000050,
{0x07230203,0x00010000,0x000d000a,0x00000050,
0x00000000,0x00020011,0x00000001,0x0006000b,
0x00000001,0x4c534c47,0x6474732e,0x3035342e,
0x00000000,0x0003000e,0x00000000,0x00000001,

View File

@ -1,5 +1,5 @@
static const uint32_t gSPIRV_world_frag[] =
{0x07230203,0x00010300,0x000d000a,0x000001a7,
{0x07230203,0x00010000,0x000d000a,0x000001ac,
0x00000000,0x00020011,0x00000001,0x0006000b,
0x00000001,0x4c534c47,0x6474732e,0x3035342e,
0x00000000,0x0003000e,0x00000000,0x00000001,
@ -22,7 +22,7 @@ static const uint32_t gSPIRV_world_frag[] =
0x00040047,0x000000eb,0x0000001e,0x00000000,
0x00030047,0x000000ed,0x0000000e,0x00040047,
0x000000ed,0x0000001e,0x00000002,0x00040047,
0x00000105,0x00000001,0x00000001,0x00020013,
0x0000010a,0x00000001,0x00000001,0x00020013,
0x00000002,0x00030021,0x00000003,0x00000002,
0x00040015,0x00000006,0x00000020,0x00000000,
0x00090019,0x00000007,0x00000006,0x00000001,
@ -47,6 +47,7 @@ static const uint32_t gSPIRV_world_frag[] =
0x00000033,0x00000033,0x0004002b,0x0000000a,
0x0000006d,0x00000001,0x0004002b,0x0000000a,
0x00000079,0x00000002,0x0004002b,0x00000006,
0x0000007b,0x00000001,0x0004002b,0x00000006,
0x0000008a,0x00000008,0x0004002b,0x00000006,
0x0000008d,0x000000ff,0x0004002b,0x0000000d,
0x000000a1,0x38d1b717,0x0004002b,0x0000000d,
@ -71,20 +72,21 @@ static const uint32_t gSPIRV_world_frag[] =
0x00000001,0x0004003b,0x000000d1,0x000000ed,
0x00000001,0x00040020,0x000000ef,0x00000001,
0x0000000d,0x0004002b,0x0000000d,0x000000fc,
0x3fff0000,0x00030030,0x00000010,0x00000105,
0x0005002c,0x0000000b,0x0000019b,0x0000006d,
0x0000006d,0x0006002c,0x00000028,0x0000019d,
0x3fff0000,0x00040020,0x00000103,0x00000003,
0x0000000d,0x00030030,0x00000010,0x0000010a,
0x0005002c,0x0000000b,0x000001a0,0x0000006d,
0x0000006d,0x0006002c,0x00000028,0x000001a2,
0x000000a1,0x000000a1,0x000000a1,0x0006002c,
0x00000028,0x0000019f,0x000000fc,0x000000fc,
0x000000fc,0x0007002c,0x0000000e,0x000001a0,
0x00000028,0x000001a4,0x000000fc,0x000000fc,
0x000000fc,0x0007002c,0x0000000e,0x000001a5,
0x000000a1,0x000000a1,0x000000a1,0x000000a1,
0x0004002b,0x0000000d,0x000001a1,0x3d042108,
0x0007002c,0x0000000e,0x000001a2,0x000001a1,
0x000001a1,0x000001a1,0x000001a1,0x0004002b,
0x0000000d,0x000001a4,0x47000000,0x0004002b,
0x0000000d,0x000001a5,0x3c000000,0x0006002c,
0x00000028,0x000001a6,0x000001a5,0x000001a5,
0x000001a5,0x00050036,0x00000002,0x00000004,
0x0004002b,0x0000000d,0x000001a6,0x3d042108,
0x0007002c,0x0000000e,0x000001a7,0x000001a6,
0x000001a6,0x000001a6,0x000001a6,0x0004002b,
0x0000000d,0x000001a9,0x47000000,0x0004002b,
0x0000000d,0x000001aa,0x3c000000,0x0006002c,
0x00000028,0x000001ab,0x000001aa,0x000001aa,
0x000001aa,0x00050036,0x00000002,0x00000004,
0x00000000,0x00000003,0x000200f8,0x00000005,
0x0004003d,0x00000028,0x000000d4,0x000000d2,
0x0007004f,0x000000d3,0x000000d5,0x000000d4,
@ -95,121 +97,127 @@ static const uint32_t gSPIRV_world_frag[] =
0x000000d9,0x0004003d,0x0000000b,0x000000e4,
0x000000da,0x0004003d,0x0000000b,0x000000e6,
0x000000db,0x0004003d,0x0000000e,0x000000e8,
0x000000dd,0x000300f7,0x0000011f,0x00000000,
0x000400fa,0x000000de,0x00000112,0x00000119,
0x000200f8,0x00000119,0x00050082,0x0000000b,
0x0000011d,0x000000e4,0x0000019b,0x0008000c,
0x0000000b,0x0000011e,0x00000001,0x0000002d,
0x000000d7,0x0000006b,0x0000011d,0x000200f9,
0x0000011f,0x000200f8,0x00000112,0x0004007c,
0x00000063,0x00000114,0x000000d7,0x0004007c,
0x00000063,0x00000116,0x000000e4,0x00050089,
0x00000063,0x00000117,0x00000114,0x00000116,
0x0004007c,0x0000000b,0x00000118,0x00000117,
0x000200f9,0x0000011f,0x000200f8,0x0000011f,
0x000700f5,0x0000000b,0x00000199,0x00000118,
0x00000112,0x0000011e,0x00000119,0x00050080,
0x0000000b,0x00000122,0x00000199,0x000000e2,
0x0004003d,0x00000008,0x00000123,0x000000d0,
0x00050051,0x0000000a,0x00000125,0x00000122,
0x00000000,0x00050087,0x0000000a,0x00000126,
0x00000125,0x00000079,0x00050051,0x0000000a,
0x00000128,0x00000122,0x00000001,0x00050050,
0x0000000b,0x00000129,0x00000126,0x00000128,
0x00040064,0x00000007,0x0000012a,0x00000123,
0x0007005f,0x00000035,0x0000012b,0x0000012a,
0x00000129,0x00000002,0x00000033,0x00050051,
0x00000006,0x0000012c,0x0000012b,0x00000000,
0x000500c7,0x0000000a,0x0000012f,0x00000125,
0x0000006d,0x0004007c,0x00000006,0x00000130,
0x0000012f,0x00050084,0x00000006,0x00000133,
0x00000130,0x0000008a,0x000500c2,0x00000006,
0x00000134,0x0000012c,0x00000133,0x000500c7,
0x00000006,0x00000136,0x00000134,0x0000008d,
0x00050051,0x0000000a,0x00000138,0x000000e6,
0x00000000,0x0004007c,0x00000006,0x00000139,
0x00000138,0x00050080,0x00000006,0x0000013b,
0x00000139,0x00000136,0x0004007c,0x0000000a,
0x0000013c,0x0000013b,0x00050051,0x0000000a,
0x0000013e,0x000000e6,0x00000001,0x00050050,
0x0000000b,0x0000013f,0x0000013c,0x0000013e,
0x00040064,0x00000007,0x00000148,0x00000123,
0x0007005f,0x00000035,0x00000149,0x00000148,
0x0000013f,0x00000002,0x00000033,0x00050051,
0x00000006,0x0000014a,0x00000149,0x00000000,
0x000500aa,0x00000010,0x0000014d,0x0000014a,
0x00000037,0x000300f7,0x0000014f,0x00000000,
0x000400fa,0x0000014d,0x0000014e,0x0000014f,
0x000200f8,0x0000014e,0x000100fc,0x000200f8,
0x0000014f,0x000500c2,0x00000006,0x00000152,
0x0000014a,0x00000033,0x000500c7,0x00000006,
0x00000153,0x00000152,0x00000043,0x00040070,
0x0000000d,0x00000154,0x00000153,0x000500c2,
0x00000006,0x00000156,0x0000014a,0x00000047,
0x000500c7,0x00000006,0x00000157,0x00000156,
0x00000043,0x00040070,0x0000000d,0x00000158,
0x00000157,0x000500c2,0x00000006,0x0000015a,
0x0000014a,0x0000004c,0x000500c7,0x00000006,
0x0000015b,0x0000015a,0x00000043,0x00040070,
0x0000000d,0x0000015c,0x0000015b,0x00070050,
0x0000000e,0x0000015d,0x00000154,0x00000158,
0x0000015c,0x00000050,0x00050085,0x0000000e,
0x0000015f,0x0000015d,0x000001a2,0x000500c7,
0x00000006,0x00000161,0x0000014a,0x00000055,
0x000500ab,0x00000010,0x00000162,0x00000161,
0x00000037,0x000300f7,0x00000167,0x00000000,
0x000400fa,0x00000162,0x00000163,0x00000167,
0x000200f8,0x00000163,0x00050085,0x0000000e,
0x00000166,0x0000015f,0x000000e8,0x000200f9,
0x00000167,0x000200f8,0x00000167,0x000700f5,
0x0000000e,0x0000019a,0x0000015f,0x0000014f,
0x00000166,0x00000163,0x0003003e,0x000000cf,
0x0000019a,0x0004003d,0x00000028,0x000000ec,
0x000000dd,0x000300f7,0x00000124,0x00000000,
0x000400fa,0x000000de,0x00000117,0x0000011e,
0x000200f8,0x0000011e,0x00050082,0x0000000b,
0x00000122,0x000000e4,0x000001a0,0x0008000c,
0x0000000b,0x00000123,0x00000001,0x0000002d,
0x000000d7,0x0000006b,0x00000122,0x000200f9,
0x00000124,0x000200f8,0x00000117,0x0004007c,
0x00000063,0x00000119,0x000000d7,0x0004007c,
0x00000063,0x0000011b,0x000000e4,0x00050089,
0x00000063,0x0000011c,0x00000119,0x0000011b,
0x0004007c,0x0000000b,0x0000011d,0x0000011c,
0x000200f9,0x00000124,0x000200f8,0x00000124,
0x000700f5,0x0000000b,0x0000019e,0x0000011d,
0x00000117,0x00000123,0x0000011e,0x00050080,
0x0000000b,0x00000127,0x0000019e,0x000000e2,
0x0004003d,0x00000008,0x00000128,0x000000d0,
0x00050051,0x0000000a,0x0000012a,0x00000127,
0x00000000,0x00050087,0x0000000a,0x0000012b,
0x0000012a,0x00000079,0x00050051,0x0000000a,
0x0000012d,0x00000127,0x00000001,0x00050050,
0x0000000b,0x0000012e,0x0000012b,0x0000012d,
0x00040064,0x00000007,0x0000012f,0x00000128,
0x0007005f,0x00000035,0x00000130,0x0000012f,
0x0000012e,0x00000002,0x00000033,0x00050051,
0x00000006,0x00000131,0x00000130,0x00000000,
0x000500c7,0x0000000a,0x00000134,0x0000012a,
0x0000006d,0x0004007c,0x00000006,0x00000135,
0x00000134,0x00050084,0x00000006,0x00000138,
0x00000135,0x0000008a,0x000500c2,0x00000006,
0x00000139,0x00000131,0x00000138,0x000500c7,
0x00000006,0x0000013b,0x00000139,0x0000008d,
0x00050051,0x0000000a,0x0000013d,0x000000e6,
0x00000000,0x0004007c,0x00000006,0x0000013e,
0x0000013d,0x00050080,0x00000006,0x00000140,
0x0000013e,0x0000013b,0x0004007c,0x0000000a,
0x00000141,0x00000140,0x00050051,0x0000000a,
0x00000143,0x000000e6,0x00000001,0x00050050,
0x0000000b,0x00000144,0x00000141,0x00000143,
0x00040064,0x00000007,0x0000014d,0x00000128,
0x0007005f,0x00000035,0x0000014e,0x0000014d,
0x00000144,0x00000002,0x00000033,0x00050051,
0x00000006,0x0000014f,0x0000014e,0x00000000,
0x000500aa,0x00000010,0x00000152,0x0000014f,
0x00000037,0x000300f7,0x00000154,0x00000000,
0x000400fa,0x00000152,0x00000153,0x00000154,
0x000200f8,0x00000153,0x000100fc,0x000200f8,
0x00000154,0x000500c2,0x00000006,0x00000157,
0x0000014f,0x00000033,0x000500c7,0x00000006,
0x00000158,0x00000157,0x00000043,0x00040070,
0x0000000d,0x00000159,0x00000158,0x000500c2,
0x00000006,0x0000015b,0x0000014f,0x00000047,
0x000500c7,0x00000006,0x0000015c,0x0000015b,
0x00000043,0x00040070,0x0000000d,0x0000015d,
0x0000015c,0x000500c2,0x00000006,0x0000015f,
0x0000014f,0x0000004c,0x000500c7,0x00000006,
0x00000160,0x0000015f,0x00000043,0x00040070,
0x0000000d,0x00000161,0x00000160,0x00070050,
0x0000000e,0x00000162,0x00000159,0x0000015d,
0x00000161,0x00000050,0x00050085,0x0000000e,
0x00000164,0x00000162,0x000001a7,0x000500c7,
0x00000006,0x00000166,0x0000014f,0x00000055,
0x000500ab,0x00000010,0x00000167,0x00000166,
0x00000037,0x000300f7,0x0000016c,0x00000000,
0x000400fa,0x00000167,0x00000168,0x0000016c,
0x000200f8,0x00000168,0x00050085,0x0000000e,
0x0000016b,0x00000164,0x000000e8,0x000200f9,
0x0000016c,0x000200f8,0x0000016c,0x000700f5,
0x0000000e,0x0000019f,0x00000164,0x00000154,
0x0000016b,0x00000168,0x0003003e,0x000000cf,
0x0000019f,0x0004003d,0x00000028,0x000000ec,
0x000000eb,0x00050041,0x000000ef,0x000000f0,
0x000000d2,0x000000c2,0x0004003d,0x0000000d,
0x000000f1,0x000000f0,0x0004003d,0x00000028,
0x000000f3,0x000000ed,0x00050085,0x0000000d,
0x00000171,0x000000f1,0x000000ae,0x00050083,
0x0000000d,0x00000172,0x000000ac,0x00000171,
0x00050088,0x0000000d,0x00000175,0x000001a4,
0x000000f1,0x00050051,0x0000000d,0x00000178,
0x00000176,0x000000f1,0x000000ae,0x00050083,
0x0000000d,0x00000177,0x000000ac,0x00000176,
0x00050088,0x0000000d,0x0000017a,0x000001a9,
0x000000f1,0x00050051,0x0000000d,0x0000017d,
0x000000f3,0x00000000,0x00050085,0x0000000d,
0x00000179,0x000000aa,0x00000178,0x00050051,
0x0000000d,0x0000017c,0x000000f3,0x00000001,
0x00050085,0x0000000d,0x0000017d,0x00000175,
0x0000017c,0x00050081,0x0000000d,0x0000017e,
0x00000179,0x0000017d,0x00050051,0x0000000d,
0x00000181,0x000000f3,0x00000002,0x00050085,
0x0000000d,0x00000182,0x00000172,0x00000181,
0x00050081,0x0000000d,0x00000183,0x0000017e,
0x00000182,0x0008000c,0x0000000d,0x00000185,
0x00000001,0x0000002b,0x00000183,0x000000c8,
0x000000ac,0x00050085,0x0000000d,0x00000187,
0x00000185,0x000001a5,0x0005008e,0x00000028,
0x000000f5,0x000000ec,0x00000187,0x00050081,
0x00000028,0x000000f7,0x000000f5,0x0000019d,
0x0000017e,0x000000aa,0x0000017d,0x00050051,
0x0000000d,0x00000181,0x000000f3,0x00000001,
0x00050085,0x0000000d,0x00000182,0x0000017a,
0x00000181,0x00050081,0x0000000d,0x00000183,
0x0000017e,0x00000182,0x00050051,0x0000000d,
0x00000186,0x000000f3,0x00000002,0x00050085,
0x0000000d,0x00000187,0x00000177,0x00000186,
0x00050081,0x0000000d,0x00000188,0x00000183,
0x00000187,0x0008000c,0x0000000d,0x0000018a,
0x00000001,0x0000002b,0x00000188,0x000000c8,
0x000000ac,0x00050085,0x0000000d,0x0000018c,
0x0000018a,0x000001aa,0x0005008e,0x00000028,
0x000000f5,0x000000ec,0x0000018c,0x00050081,
0x00000028,0x000000f7,0x000000f5,0x000001a2,
0x0006000c,0x00000028,0x000000f8,0x00000001,
0x00000003,0x000000f7,0x00050085,0x00000028,
0x000000fa,0x000000f8,0x000001a6,0x0007000c,
0x000000fa,0x000000f8,0x000001ab,0x0007000c,
0x00000028,0x000000fe,0x00000001,0x00000025,
0x000000fa,0x0000019f,0x0004003d,0x0000000e,
0x000000fa,0x000001a4,0x0004003d,0x0000000e,
0x00000100,0x000000cf,0x0008004f,0x00000028,
0x00000101,0x00000100,0x00000100,0x00000000,
0x00000001,0x00000002,0x00050085,0x00000028,
0x00000102,0x00000101,0x000000fe,0x0004003d,
0x0000000e,0x00000103,0x000000cf,0x0009004f,
0x0000000e,0x00000104,0x00000103,0x00000102,
0x00000004,0x00000005,0x00000006,0x00000003,
0x0003003e,0x000000cf,0x00000104,0x000300f7,
0x00000107,0x00000000,0x000400fa,0x00000105,
0x00000106,0x00000107,0x000200f8,0x00000106,
0x0004003d,0x0000000e,0x00000109,0x000000cf,
0x0005008e,0x0000000e,0x0000018b,0x00000109,
0x00000050,0x00050081,0x0000000e,0x0000018d,
0x0000018b,0x000001a0,0x0006000c,0x0000000e,
0x0000018e,0x00000001,0x00000003,0x0000018d,
0x00050085,0x0000000e,0x00000190,0x0000018e,
0x000001a2,0x0003003e,0x000000cf,0x00000190,
0x000200f9,0x00000107,0x000200f8,0x00000107,
0x000100fd,0x00010038}
0x00000102,0x00000101,0x000000fe,0x00050041,
0x00000103,0x00000104,0x000000cf,0x00000037,
0x00050051,0x0000000d,0x00000105,0x00000102,
0x00000000,0x0003003e,0x00000104,0x00000105,
0x00050041,0x00000103,0x00000106,0x000000cf,
0x0000007b,0x00050051,0x0000000d,0x00000107,
0x00000102,0x00000001,0x0003003e,0x00000106,
0x00000107,0x00050041,0x00000103,0x00000108,
0x000000cf,0x000000c2,0x00050051,0x0000000d,
0x00000109,0x00000102,0x00000002,0x0003003e,
0x00000108,0x00000109,0x000300f7,0x0000010c,
0x00000000,0x000400fa,0x0000010a,0x0000010b,
0x0000010c,0x000200f8,0x0000010b,0x0004003d,
0x0000000e,0x0000010e,0x000000cf,0x0005008e,
0x0000000e,0x00000190,0x0000010e,0x00000050,
0x00050081,0x0000000e,0x00000192,0x00000190,
0x000001a5,0x0006000c,0x0000000e,0x00000193,
0x00000001,0x00000003,0x00000192,0x00050085,
0x0000000e,0x00000195,0x00000193,0x000001a7,
0x0003003e,0x000000cf,0x00000195,0x000200f9,
0x0000010c,0x000200f8,0x0000010c,0x000100fd,
0x00010038}
;

View File

@ -1,5 +1,5 @@
static const uint32_t gSPIRV_world_vert[] =
{0x07230203,0x00010300,0x000d000a,0x00000067,
{0x07230203,0x00010000,0x000d000a,0x00000067,
0x00000000,0x00020011,0x00000001,0x0006000b,
0x00000001,0x4c534c47,0x6474732e,0x3035342e,
0x00000000,0x0003000e,0x00000000,0x00000001,