From 9a79fb9774a57754da22d16ea96c833b169a4022 Mon Sep 17 00:00:00 2001 From: Sergio Valor Date: Thu, 21 May 2026 08:18:12 +0200 Subject: [PATCH] chore(shaders): regenera postfx_frag_spv.h --- .../core/rendering/gpu/spv/postfx_frag_spv.h | 20 ++----------------- 1 file changed, 2 insertions(+), 18 deletions(-) diff --git a/source/core/rendering/gpu/spv/postfx_frag_spv.h b/source/core/rendering/gpu/spv/postfx_frag_spv.h index d05e970..8bfc8aa 100644 --- a/source/core/rendering/gpu/spv/postfx_frag_spv.h +++ b/source/core/rendering/gpu/spv/postfx_frag_spv.h @@ -1714,22 +1714,6 @@ static const uint8_t POSTFX_FRAG_SPV[] = { 0x00, 0x00, 0x00, - 0x3d, - 0x00, - 0x04, - 0x00, - 0x0b, - 0x00, - 0x00, - 0x00, - 0x45, - 0x00, - 0x00, - 0x00, - 0x0d, - 0x00, - 0x00, - 0x00, 0x81, 0x00, 0x05, @@ -1762,7 +1746,7 @@ static const uint8_t POSTFX_FRAG_SPV[] = { 0x00, 0x00, 0x00, - 0x45, + 0x0e, 0x00, 0x00, 0x00, @@ -3243,4 +3227,4 @@ static const uint8_t POSTFX_FRAG_SPV[] = { 0x01, 0x00, }; -static const size_t POSTFX_FRAG_SPV_SIZE = 3240; +static const size_t POSTFX_FRAG_SPV_SIZE = 3224;