From 78a92d8127cd2c749a22b3d846480571735b3ac1 Mon Sep 17 00:00:00 2001 From: intra0 Date: Tue, 17 Dec 2024 14:14:00 -0600 Subject: [PATCH] glsl to v430 --- .../Graphics/b5082db8c1a44514_0000000000000079_ps.txt | 2 +- .../Graphics/f1f99f18ae69719b_0000000000000079_ps.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/YoshiWoolyWorld/Graphics/b5082db8c1a44514_0000000000000079_ps.txt b/src/YoshiWoolyWorld/Graphics/b5082db8c1a44514_0000000000000079_ps.txt index 71396bc6..80c680af 100644 --- a/src/YoshiWoolyWorld/Graphics/b5082db8c1a44514_0000000000000079_ps.txt +++ b/src/YoshiWoolyWorld/Graphics/b5082db8c1a44514_0000000000000079_ps.txt @@ -1,4 +1,4 @@ -#version 450 +#version 430 #extension GL_ARB_texture_gather : enable #extension GL_ARB_separate_shader_objects : enable #ifdef VULKAN diff --git a/src/YoshiWoolyWorld/Graphics/f1f99f18ae69719b_0000000000000079_ps.txt b/src/YoshiWoolyWorld/Graphics/f1f99f18ae69719b_0000000000000079_ps.txt index e398f30e..c6dfc3d1 100644 --- a/src/YoshiWoolyWorld/Graphics/f1f99f18ae69719b_0000000000000079_ps.txt +++ b/src/YoshiWoolyWorld/Graphics/f1f99f18ae69719b_0000000000000079_ps.txt @@ -1,4 +1,4 @@ -#version 450 +#version 430 #extension GL_ARB_texture_gather : enable #extension GL_ARB_separate_shader_objects : enable #ifdef VULKAN