From 76f56458b1e3705848c3a6a370480e0762d13657 Mon Sep 17 00:00:00 2001 From: Ricardo Garcia Date: Sun, 24 Jan 2021 13:32:45 +0100 Subject: [PATCH] Fix water warp edge distortion when keeping resolution With vid_fullscreen 1 and a scaled down viewport, the water distortion effect produced waves in the viewport edge. This commit fixes those. --- src/client/refresh/vk/spirv/world_warp_frag.c | 198 +++++++++--------- stuff/shaders/world_warp.frag | 7 +- 2 files changed, 104 insertions(+), 101 deletions(-) diff --git a/src/client/refresh/vk/spirv/world_warp_frag.c b/src/client/refresh/vk/spirv/world_warp_frag.c index c42cce9b..43fdd429 100644 --- a/src/client/refresh/vk/spirv/world_warp_frag.c +++ b/src/client/refresh/vk/spirv/world_warp_frag.c @@ -1,9 +1,9 @@ // 1011.0.0 #pragma once const uint32_t world_warp_frag_spv[] = { - 0x07230203,0x00010000,0x0008000a,0x0000008e,0x00000000,0x00020011,0x00000001,0x0006000b, + 0x07230203,0x00010000,0x0008000a,0x0000008f,0x00000000,0x00020011,0x00000001,0x0006000b, 0x00000001,0x4c534c47,0x6474732e,0x3035342e,0x00000000,0x0003000e,0x00000000,0x00000001, - 0x0007000f,0x00000004,0x00000004,0x6e69616d,0x00000000,0x00000019,0x00000086,0x00030010, + 0x0007000f,0x00000004,0x00000004,0x6e69616d,0x00000000,0x00000019,0x00000087,0x00030010, 0x00000004,0x00000007,0x00030003,0x00000002,0x000001c2,0x00090004,0x415f4c47,0x735f4252, 0x72617065,0x5f657461,0x64616873,0x6f5f7265,0x63656a62,0x00007374,0x00040005,0x00000004, 0x6e69616d,0x00000000,0x00040005,0x00000009,0x53726373,0x00657a69,0x00060005,0x0000000a, @@ -12,100 +12,102 @@ const uint32_t world_warp_frag_spv[] = { 0x00000002,0x57726373,0x68746469,0x00000000,0x00060006,0x0000000a,0x00000003,0x48726373, 0x68676965,0x00000074,0x00050006,0x0000000a,0x00000004,0x7366666f,0x00587465,0x00050006, 0x0000000a,0x00000005,0x7366666f,0x00597465,0x00060006,0x0000000a,0x00000006,0x65786970, - 0x7a69536c,0x00000065,0x00030005,0x0000000c,0x00006370,0x00030005,0x00000016,0x00007675, - 0x00060005,0x00000019,0x465f6c67,0x43676172,0x64726f6f,0x00000000,0x00030005,0x0000002f, - 0x00007873,0x00030005,0x00000043,0x00007973,0x00040005,0x00000053,0x69685378,0x00007466, - 0x00040005,0x0000005e,0x69685379,0x00007466,0x00050005,0x00000067,0x74736964,0x6974726f, - 0x00006e6f,0x00060005,0x00000086,0x67617266,0x746e656d,0x6f6c6f43,0x00000072,0x00050005, - 0x0000008a,0x78655473,0x65727574,0x00000000,0x00050048,0x0000000a,0x00000000,0x00000023, - 0x00000044,0x00050048,0x0000000a,0x00000001,0x00000023,0x00000048,0x00050048,0x0000000a, - 0x00000002,0x00000023,0x0000004c,0x00050048,0x0000000a,0x00000003,0x00000023,0x00000050, - 0x00050048,0x0000000a,0x00000004,0x00000023,0x00000054,0x00050048,0x0000000a,0x00000005, - 0x00000023,0x00000058,0x00050048,0x0000000a,0x00000006,0x00000023,0x0000005c,0x00030047, - 0x0000000a,0x00000002,0x00040047,0x00000019,0x0000000b,0x0000000f,0x00040047,0x00000086, - 0x0000001e,0x00000000,0x00040047,0x0000008a,0x00000022,0x00000000,0x00040047,0x0000008a, - 0x00000021,0x00000000,0x00020013,0x00000002,0x00030021,0x00000003,0x00000002,0x00030016, - 0x00000006,0x00000020,0x00040017,0x00000007,0x00000006,0x00000002,0x00040020,0x00000008, - 0x00000007,0x00000007,0x0009001e,0x0000000a,0x00000006,0x00000006,0x00000006,0x00000006, - 0x00000006,0x00000006,0x00000006,0x00040020,0x0000000b,0x00000009,0x0000000a,0x0004003b, - 0x0000000b,0x0000000c,0x00000009,0x00040015,0x0000000d,0x00000020,0x00000001,0x0004002b, - 0x0000000d,0x0000000e,0x00000002,0x00040020,0x0000000f,0x00000009,0x00000006,0x0004002b, - 0x0000000d,0x00000012,0x00000003,0x00040017,0x00000017,0x00000006,0x00000004,0x00040020, - 0x00000018,0x00000001,0x00000017,0x0004003b,0x00000018,0x00000019,0x00000001,0x0004002b, - 0x0000000d,0x0000001c,0x00000004,0x0004002b,0x0000000d,0x0000001f,0x00000005,0x0004002b, - 0x0000000d,0x00000026,0x00000000,0x0004002b,0x00000006,0x00000029,0x00000000,0x00020014, - 0x0000002a,0x00040020,0x0000002e,0x00000007,0x00000006,0x0004002b,0x0000000d,0x00000030, - 0x00000001,0x0004002b,0x00000006,0x00000035,0x40000000,0x00040015,0x00000037,0x00000020, - 0x00000000,0x0004002b,0x00000037,0x00000038,0x00000000,0x00040020,0x00000039,0x00000001, - 0x00000006,0x0004002b,0x00000037,0x00000049,0x00000001,0x0004002b,0x00000006,0x00000059, - 0x40490e56,0x0004002b,0x00000006,0x0000005b,0x41200000,0x0004002b,0x00000006,0x00000071, - 0x3bda3c21,0x0004002b,0x0000000d,0x00000076,0x00000006,0x0005002c,0x00000007,0x0000007f, - 0x00000029,0x00000029,0x0004002b,0x00000006,0x00000081,0x3f000000,0x0005002c,0x00000007, - 0x00000082,0x00000081,0x00000081,0x00040020,0x00000085,0x00000003,0x00000017,0x0004003b, - 0x00000085,0x00000086,0x00000003,0x00090019,0x00000087,0x00000006,0x00000001,0x00000000, - 0x00000000,0x00000000,0x00000001,0x00000000,0x0003001b,0x00000088,0x00000087,0x00040020, - 0x00000089,0x00000000,0x00000088,0x0004003b,0x00000089,0x0000008a,0x00000000,0x00050036, - 0x00000002,0x00000004,0x00000000,0x00000003,0x000200f8,0x00000005,0x0004003b,0x00000008, - 0x00000009,0x00000007,0x0004003b,0x00000008,0x00000016,0x00000007,0x0004003b,0x0000002e, - 0x0000002f,0x00000007,0x0004003b,0x0000002e,0x00000043,0x00000007,0x0004003b,0x0000002e, - 0x00000053,0x00000007,0x0004003b,0x0000002e,0x0000005e,0x00000007,0x0004003b,0x00000008, - 0x00000067,0x00000007,0x00050041,0x0000000f,0x00000010,0x0000000c,0x0000000e,0x0004003d, - 0x00000006,0x00000011,0x00000010,0x00050041,0x0000000f,0x00000013,0x0000000c,0x00000012, - 0x0004003d,0x00000006,0x00000014,0x00000013,0x00050050,0x00000007,0x00000015,0x00000011, - 0x00000014,0x0003003e,0x00000009,0x00000015,0x0004003d,0x00000017,0x0000001a,0x00000019, - 0x0007004f,0x00000007,0x0000001b,0x0000001a,0x0000001a,0x00000000,0x00000001,0x00050041, - 0x0000000f,0x0000001d,0x0000000c,0x0000001c,0x0004003d,0x00000006,0x0000001e,0x0000001d, - 0x00050041,0x0000000f,0x00000020,0x0000000c,0x0000001f,0x0004003d,0x00000006,0x00000021, - 0x00000020,0x00050050,0x00000007,0x00000022,0x0000001e,0x00000021,0x00050083,0x00000007, - 0x00000023,0x0000001b,0x00000022,0x0004003d,0x00000007,0x00000024,0x00000009,0x00050088, - 0x00000007,0x00000025,0x00000023,0x00000024,0x0003003e,0x00000016,0x00000025,0x00050041, - 0x0000000f,0x00000027,0x0000000c,0x00000026,0x0004003d,0x00000006,0x00000028,0x00000027, - 0x000500ba,0x0000002a,0x0000002b,0x00000028,0x00000029,0x000300f7,0x0000002d,0x00000000, - 0x000400fa,0x0000002b,0x0000002c,0x0000002d,0x000200f8,0x0000002c,0x00050041,0x0000000f, - 0x00000031,0x0000000c,0x00000030,0x0004003d,0x00000006,0x00000032,0x00000031,0x00050041, - 0x0000000f,0x00000033,0x0000000c,0x0000000e,0x0004003d,0x00000006,0x00000034,0x00000033, - 0x00050088,0x00000006,0x00000036,0x00000034,0x00000035,0x00050041,0x00000039,0x0000003a, - 0x00000019,0x00000038,0x0004003d,0x00000006,0x0000003b,0x0000003a,0x00050083,0x00000006, - 0x0000003c,0x00000036,0x0000003b,0x0006000c,0x00000006,0x0000003d,0x00000001,0x00000004, - 0x0000003c,0x00050085,0x00000006,0x0000003e,0x0000003d,0x00000035,0x00050041,0x0000000f, - 0x0000003f,0x0000000c,0x0000000e,0x0004003d,0x00000006,0x00000040,0x0000003f,0x00050088, - 0x00000006,0x00000041,0x0000003e,0x00000040,0x00050083,0x00000006,0x00000042,0x00000032, - 0x00000041,0x0003003e,0x0000002f,0x00000042,0x00050041,0x0000000f,0x00000044,0x0000000c, - 0x00000030,0x0004003d,0x00000006,0x00000045,0x00000044,0x00050041,0x0000000f,0x00000046, - 0x0000000c,0x00000012,0x0004003d,0x00000006,0x00000047,0x00000046,0x00050088,0x00000006, - 0x00000048,0x00000047,0x00000035,0x00050041,0x00000039,0x0000004a,0x00000019,0x00000049, - 0x0004003d,0x00000006,0x0000004b,0x0000004a,0x00050083,0x00000006,0x0000004c,0x00000048, - 0x0000004b,0x0006000c,0x00000006,0x0000004d,0x00000001,0x00000004,0x0000004c,0x00050085, - 0x00000006,0x0000004e,0x0000004d,0x00000035,0x00050041,0x0000000f,0x0000004f,0x0000000c, - 0x00000012,0x0004003d,0x00000006,0x00000050,0x0000004f,0x00050088,0x00000006,0x00000051, - 0x0000004e,0x00000050,0x00050083,0x00000006,0x00000052,0x00000045,0x00000051,0x0003003e, - 0x00000043,0x00000052,0x00050041,0x0000000f,0x00000054,0x0000000c,0x00000026,0x0004003d, - 0x00000006,0x00000055,0x00000054,0x00050085,0x00000006,0x00000056,0x00000035,0x00000055, - 0x00050041,0x0000002e,0x00000057,0x00000016,0x00000049,0x0004003d,0x00000006,0x00000058, - 0x00000057,0x00050085,0x00000006,0x0000005a,0x00000058,0x00000059,0x00050085,0x00000006, - 0x0000005c,0x0000005a,0x0000005b,0x00050081,0x00000006,0x0000005d,0x00000056,0x0000005c, - 0x0003003e,0x00000053,0x0000005d,0x00050041,0x0000000f,0x0000005f,0x0000000c,0x00000026, - 0x0004003d,0x00000006,0x00000060,0x0000005f,0x00050085,0x00000006,0x00000061,0x00000035, - 0x00000060,0x00050041,0x0000002e,0x00000062,0x00000016,0x00000038,0x0004003d,0x00000006, - 0x00000063,0x00000062,0x00050085,0x00000006,0x00000064,0x00000063,0x00000059,0x00050085, - 0x00000006,0x00000065,0x00000064,0x0000005b,0x00050081,0x00000006,0x00000066,0x00000061, - 0x00000065,0x0003003e,0x0000005e,0x00000066,0x0004003d,0x00000006,0x00000068,0x00000053, - 0x0006000c,0x00000006,0x00000069,0x00000001,0x0000000d,0x00000068,0x0004003d,0x00000006, - 0x0000006a,0x0000002f,0x00050085,0x00000006,0x0000006b,0x00000069,0x0000006a,0x0004003d, - 0x00000006,0x0000006c,0x0000005e,0x0006000c,0x00000006,0x0000006d,0x00000001,0x0000000d, - 0x0000006c,0x0004003d,0x00000006,0x0000006e,0x00000043,0x00050085,0x00000006,0x0000006f, - 0x0000006d,0x0000006e,0x00050050,0x00000007,0x00000070,0x0000006b,0x0000006f,0x0005008e, - 0x00000007,0x00000072,0x00000070,0x00000071,0x0003003e,0x00000067,0x00000072,0x0004003d, - 0x00000007,0x00000073,0x00000067,0x0004003d,0x00000007,0x00000074,0x00000016,0x00050081, - 0x00000007,0x00000075,0x00000074,0x00000073,0x0003003e,0x00000016,0x00000075,0x000200f9, - 0x0000002d,0x000200f8,0x0000002d,0x00050041,0x0000000f,0x00000077,0x0000000c,0x00000076, - 0x0004003d,0x00000006,0x00000078,0x00000077,0x0004003d,0x00000007,0x00000079,0x00000016, - 0x00050050,0x00000007,0x0000007a,0x00000078,0x00000078,0x00050088,0x00000007,0x0000007b, - 0x00000079,0x0000007a,0x0003003e,0x00000016,0x0000007b,0x0004003d,0x00000007,0x0000007c, - 0x00000016,0x0004003d,0x00000007,0x0000007d,0x00000009,0x00050085,0x00000007,0x0000007e, - 0x0000007c,0x0000007d,0x0004003d,0x00000007,0x00000080,0x00000009,0x00050083,0x00000007, - 0x00000083,0x00000080,0x00000082,0x0008000c,0x00000007,0x00000084,0x00000001,0x0000002b, - 0x0000007e,0x0000007f,0x00000083,0x0003003e,0x00000016,0x00000084,0x0004003d,0x00000088, - 0x0000008b,0x0000008a,0x0004003d,0x00000007,0x0000008c,0x00000016,0x00050057,0x00000017, - 0x0000008d,0x0000008b,0x0000008c,0x0003003e,0x00000086,0x0000008d,0x000100fd,0x00010038 + 0x7a69536c,0x00000065,0x00030005,0x0000000c,0x00006370,0x00050005,0x00000016,0x67617266, + 0x726f6f43,0x00000064,0x00060005,0x00000019,0x465f6c67,0x43676172,0x64726f6f,0x00000000, + 0x00030005,0x00000024,0x00007675,0x00030005,0x00000031,0x00007873,0x00030005,0x00000044, + 0x00007973,0x00040005,0x00000054,0x69685378,0x00007466,0x00040005,0x0000005f,0x69685379, + 0x00007466,0x00050005,0x00000068,0x74736964,0x6974726f,0x00006e6f,0x00060005,0x00000087, + 0x67617266,0x746e656d,0x6f6c6f43,0x00000072,0x00050005,0x0000008b,0x78655473,0x65727574, + 0x00000000,0x00050048,0x0000000a,0x00000000,0x00000023,0x00000044,0x00050048,0x0000000a, + 0x00000001,0x00000023,0x00000048,0x00050048,0x0000000a,0x00000002,0x00000023,0x0000004c, + 0x00050048,0x0000000a,0x00000003,0x00000023,0x00000050,0x00050048,0x0000000a,0x00000004, + 0x00000023,0x00000054,0x00050048,0x0000000a,0x00000005,0x00000023,0x00000058,0x00050048, + 0x0000000a,0x00000006,0x00000023,0x0000005c,0x00030047,0x0000000a,0x00000002,0x00040047, + 0x00000019,0x0000000b,0x0000000f,0x00040047,0x00000087,0x0000001e,0x00000000,0x00040047, + 0x0000008b,0x00000022,0x00000000,0x00040047,0x0000008b,0x00000021,0x00000000,0x00020013, + 0x00000002,0x00030021,0x00000003,0x00000002,0x00030016,0x00000006,0x00000020,0x00040017, + 0x00000007,0x00000006,0x00000002,0x00040020,0x00000008,0x00000007,0x00000007,0x0009001e, + 0x0000000a,0x00000006,0x00000006,0x00000006,0x00000006,0x00000006,0x00000006,0x00000006, + 0x00040020,0x0000000b,0x00000009,0x0000000a,0x0004003b,0x0000000b,0x0000000c,0x00000009, + 0x00040015,0x0000000d,0x00000020,0x00000001,0x0004002b,0x0000000d,0x0000000e,0x00000002, + 0x00040020,0x0000000f,0x00000009,0x00000006,0x0004002b,0x0000000d,0x00000012,0x00000003, + 0x00040017,0x00000017,0x00000006,0x00000004,0x00040020,0x00000018,0x00000001,0x00000017, + 0x0004003b,0x00000018,0x00000019,0x00000001,0x0004002b,0x0000000d,0x0000001c,0x00000004, + 0x0004002b,0x0000000d,0x0000001f,0x00000005,0x0004002b,0x0000000d,0x00000028,0x00000000, + 0x0004002b,0x00000006,0x0000002b,0x00000000,0x00020014,0x0000002c,0x00040020,0x00000030, + 0x00000007,0x00000006,0x0004002b,0x0000000d,0x00000032,0x00000001,0x0004002b,0x00000006, + 0x00000037,0x40000000,0x00040015,0x00000039,0x00000020,0x00000000,0x0004002b,0x00000039, + 0x0000003a,0x00000000,0x0004002b,0x00000039,0x0000004a,0x00000001,0x0004002b,0x00000006, + 0x0000005a,0x40490e56,0x0004002b,0x00000006,0x0000005c,0x41200000,0x0004002b,0x00000006, + 0x00000072,0x3bda3c21,0x0004002b,0x0000000d,0x00000077,0x00000006,0x0005002c,0x00000007, + 0x00000080,0x0000002b,0x0000002b,0x0004002b,0x00000006,0x00000082,0x3f000000,0x0005002c, + 0x00000007,0x00000083,0x00000082,0x00000082,0x00040020,0x00000086,0x00000003,0x00000017, + 0x0004003b,0x00000086,0x00000087,0x00000003,0x00090019,0x00000088,0x00000006,0x00000001, + 0x00000000,0x00000000,0x00000000,0x00000001,0x00000000,0x0003001b,0x00000089,0x00000088, + 0x00040020,0x0000008a,0x00000000,0x00000089,0x0004003b,0x0000008a,0x0000008b,0x00000000, + 0x00050036,0x00000002,0x00000004,0x00000000,0x00000003,0x000200f8,0x00000005,0x0004003b, + 0x00000008,0x00000009,0x00000007,0x0004003b,0x00000008,0x00000016,0x00000007,0x0004003b, + 0x00000008,0x00000024,0x00000007,0x0004003b,0x00000030,0x00000031,0x00000007,0x0004003b, + 0x00000030,0x00000044,0x00000007,0x0004003b,0x00000030,0x00000054,0x00000007,0x0004003b, + 0x00000030,0x0000005f,0x00000007,0x0004003b,0x00000008,0x00000068,0x00000007,0x00050041, + 0x0000000f,0x00000010,0x0000000c,0x0000000e,0x0004003d,0x00000006,0x00000011,0x00000010, + 0x00050041,0x0000000f,0x00000013,0x0000000c,0x00000012,0x0004003d,0x00000006,0x00000014, + 0x00000013,0x00050050,0x00000007,0x00000015,0x00000011,0x00000014,0x0003003e,0x00000009, + 0x00000015,0x0004003d,0x00000017,0x0000001a,0x00000019,0x0007004f,0x00000007,0x0000001b, + 0x0000001a,0x0000001a,0x00000000,0x00000001,0x00050041,0x0000000f,0x0000001d,0x0000000c, + 0x0000001c,0x0004003d,0x00000006,0x0000001e,0x0000001d,0x00050041,0x0000000f,0x00000020, + 0x0000000c,0x0000001f,0x0004003d,0x00000006,0x00000021,0x00000020,0x00050050,0x00000007, + 0x00000022,0x0000001e,0x00000021,0x00050083,0x00000007,0x00000023,0x0000001b,0x00000022, + 0x0003003e,0x00000016,0x00000023,0x0004003d,0x00000007,0x00000025,0x00000016,0x0004003d, + 0x00000007,0x00000026,0x00000009,0x00050088,0x00000007,0x00000027,0x00000025,0x00000026, + 0x0003003e,0x00000024,0x00000027,0x00050041,0x0000000f,0x00000029,0x0000000c,0x00000028, + 0x0004003d,0x00000006,0x0000002a,0x00000029,0x000500ba,0x0000002c,0x0000002d,0x0000002a, + 0x0000002b,0x000300f7,0x0000002f,0x00000000,0x000400fa,0x0000002d,0x0000002e,0x0000002f, + 0x000200f8,0x0000002e,0x00050041,0x0000000f,0x00000033,0x0000000c,0x00000032,0x0004003d, + 0x00000006,0x00000034,0x00000033,0x00050041,0x0000000f,0x00000035,0x0000000c,0x0000000e, + 0x0004003d,0x00000006,0x00000036,0x00000035,0x00050088,0x00000006,0x00000038,0x00000036, + 0x00000037,0x00050041,0x00000030,0x0000003b,0x00000016,0x0000003a,0x0004003d,0x00000006, + 0x0000003c,0x0000003b,0x00050083,0x00000006,0x0000003d,0x00000038,0x0000003c,0x0006000c, + 0x00000006,0x0000003e,0x00000001,0x00000004,0x0000003d,0x00050085,0x00000006,0x0000003f, + 0x0000003e,0x00000037,0x00050041,0x0000000f,0x00000040,0x0000000c,0x0000000e,0x0004003d, + 0x00000006,0x00000041,0x00000040,0x00050088,0x00000006,0x00000042,0x0000003f,0x00000041, + 0x00050083,0x00000006,0x00000043,0x00000034,0x00000042,0x0003003e,0x00000031,0x00000043, + 0x00050041,0x0000000f,0x00000045,0x0000000c,0x00000032,0x0004003d,0x00000006,0x00000046, + 0x00000045,0x00050041,0x0000000f,0x00000047,0x0000000c,0x00000012,0x0004003d,0x00000006, + 0x00000048,0x00000047,0x00050088,0x00000006,0x00000049,0x00000048,0x00000037,0x00050041, + 0x00000030,0x0000004b,0x00000016,0x0000004a,0x0004003d,0x00000006,0x0000004c,0x0000004b, + 0x00050083,0x00000006,0x0000004d,0x00000049,0x0000004c,0x0006000c,0x00000006,0x0000004e, + 0x00000001,0x00000004,0x0000004d,0x00050085,0x00000006,0x0000004f,0x0000004e,0x00000037, + 0x00050041,0x0000000f,0x00000050,0x0000000c,0x00000012,0x0004003d,0x00000006,0x00000051, + 0x00000050,0x00050088,0x00000006,0x00000052,0x0000004f,0x00000051,0x00050083,0x00000006, + 0x00000053,0x00000046,0x00000052,0x0003003e,0x00000044,0x00000053,0x00050041,0x0000000f, + 0x00000055,0x0000000c,0x00000028,0x0004003d,0x00000006,0x00000056,0x00000055,0x00050085, + 0x00000006,0x00000057,0x00000037,0x00000056,0x00050041,0x00000030,0x00000058,0x00000024, + 0x0000004a,0x0004003d,0x00000006,0x00000059,0x00000058,0x00050085,0x00000006,0x0000005b, + 0x00000059,0x0000005a,0x00050085,0x00000006,0x0000005d,0x0000005b,0x0000005c,0x00050081, + 0x00000006,0x0000005e,0x00000057,0x0000005d,0x0003003e,0x00000054,0x0000005e,0x00050041, + 0x0000000f,0x00000060,0x0000000c,0x00000028,0x0004003d,0x00000006,0x00000061,0x00000060, + 0x00050085,0x00000006,0x00000062,0x00000037,0x00000061,0x00050041,0x00000030,0x00000063, + 0x00000024,0x0000003a,0x0004003d,0x00000006,0x00000064,0x00000063,0x00050085,0x00000006, + 0x00000065,0x00000064,0x0000005a,0x00050085,0x00000006,0x00000066,0x00000065,0x0000005c, + 0x00050081,0x00000006,0x00000067,0x00000062,0x00000066,0x0003003e,0x0000005f,0x00000067, + 0x0004003d,0x00000006,0x00000069,0x00000054,0x0006000c,0x00000006,0x0000006a,0x00000001, + 0x0000000d,0x00000069,0x0004003d,0x00000006,0x0000006b,0x00000031,0x00050085,0x00000006, + 0x0000006c,0x0000006a,0x0000006b,0x0004003d,0x00000006,0x0000006d,0x0000005f,0x0006000c, + 0x00000006,0x0000006e,0x00000001,0x0000000d,0x0000006d,0x0004003d,0x00000006,0x0000006f, + 0x00000044,0x00050085,0x00000006,0x00000070,0x0000006e,0x0000006f,0x00050050,0x00000007, + 0x00000071,0x0000006c,0x00000070,0x0005008e,0x00000007,0x00000073,0x00000071,0x00000072, + 0x0003003e,0x00000068,0x00000073,0x0004003d,0x00000007,0x00000074,0x00000068,0x0004003d, + 0x00000007,0x00000075,0x00000024,0x00050081,0x00000007,0x00000076,0x00000075,0x00000074, + 0x0003003e,0x00000024,0x00000076,0x000200f9,0x0000002f,0x000200f8,0x0000002f,0x00050041, + 0x0000000f,0x00000078,0x0000000c,0x00000077,0x0004003d,0x00000006,0x00000079,0x00000078, + 0x0004003d,0x00000007,0x0000007a,0x00000024,0x00050050,0x00000007,0x0000007b,0x00000079, + 0x00000079,0x00050088,0x00000007,0x0000007c,0x0000007a,0x0000007b,0x0003003e,0x00000024, + 0x0000007c,0x0004003d,0x00000007,0x0000007d,0x00000024,0x0004003d,0x00000007,0x0000007e, + 0x00000009,0x00050085,0x00000007,0x0000007f,0x0000007d,0x0000007e,0x0004003d,0x00000007, + 0x00000081,0x00000009,0x00050083,0x00000007,0x00000084,0x00000081,0x00000083,0x0008000c, + 0x00000007,0x00000085,0x00000001,0x0000002b,0x0000007f,0x00000080,0x00000084,0x0003003e, + 0x00000024,0x00000085,0x0004003d,0x00000089,0x0000008c,0x0000008b,0x0004003d,0x00000007, + 0x0000008d,0x00000024,0x00050057,0x00000017,0x0000008e,0x0000008c,0x0000008d,0x0003003e, + 0x00000087,0x0000008e,0x000100fd,0x00010038 }; \ No newline at end of file diff --git a/stuff/shaders/world_warp.frag b/stuff/shaders/world_warp.frag index 1586cb61..d29acd00 100644 --- a/stuff/shaders/world_warp.frag +++ b/stuff/shaders/world_warp.frag @@ -24,12 +24,13 @@ layout(location = 0) out vec4 fragmentColor; void main() { vec2 scrSize = vec2(pc.scrWidth, pc.scrHeight); - vec2 uv = (gl_FragCoord.xy - vec2(pc.offsetX, pc.offsetY)) / scrSize; + vec2 fragCoord = (gl_FragCoord.xy - vec2(pc.offsetX, pc.offsetY)); + vec2 uv = fragCoord / scrSize; if (pc.time > 0) { - float sx = pc.scale - abs(pc.scrWidth / 2.0 - gl_FragCoord.x) * 2.0 / pc.scrWidth; - float sy = pc.scale - abs(pc.scrHeight / 2.0 - gl_FragCoord.y) * 2.0 / pc.scrHeight; + float sx = pc.scale - abs(pc.scrWidth / 2.0 - fragCoord.x) * 2.0 / pc.scrWidth; + float sy = pc.scale - abs(pc.scrHeight / 2.0 - fragCoord.y) * 2.0 / pc.scrHeight; float xShift = 2.0 * pc.time + uv.y * PI * 10; float yShift = 2.0 * pc.time + uv.x * PI * 10; vec2 distortion = vec2(sin(xShift) * sx, sin(yShift) * sy) * 0.00666;