glsl to v430

This commit is contained in:
intra0 2024-12-17 14:16:00 -06:00 committed by GitHub
parent 9f5b44a854
commit bd9828d4df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
#version 450 #version 430
#extension GL_ARB_texture_gather : enable #extension GL_ARB_texture_gather : enable
#extension GL_ARB_separate_shader_objects : enable #extension GL_ARB_separate_shader_objects : enable
#ifdef VULKAN #ifdef VULKAN

View File

@ -1,4 +1,4 @@
#version 450 #version 430
#extension GL_ARB_texture_gather : enable #extension GL_ARB_texture_gather : enable
#extension GL_ARB_separate_shader_objects : enable #extension GL_ARB_separate_shader_objects : enable
#ifdef VULKAN #ifdef VULKAN

View File

@ -1,4 +1,4 @@
#version 450 #version 430
#extension GL_ARB_texture_gather : enable #extension GL_ARB_texture_gather : enable
#extension GL_ARB_separate_shader_objects : enable #extension GL_ARB_separate_shader_objects : enable
#ifdef VULKAN #ifdef VULKAN

View File

@ -1,4 +1,4 @@
#version 460 #version 430
#extension GL_ARB_texture_gather : enable #extension GL_ARB_texture_gather : enable
#extension GL_ARB_separate_shader_objects : enable #extension GL_ARB_separate_shader_objects : enable
#ifdef VULKAN #ifdef VULKAN