glsl to v430

This commit is contained in:
intra0 2024-12-17 14:10:24 -06:00 committed by GitHub
parent a73088d501
commit 28eaafbc2b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View File

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

View File

@ -1,4 +1,4 @@
#version 450
#version 430
#extension GL_ARB_texture_gather : enable
#extension GL_ARB_separate_shader_objects : enable
#extension GL_ARB_shading_language_packing : enable //////////

View File

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

View File

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