mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2025-01-24 18:23:06 -03:00
glsl to v430
This commit is contained in:
parent
8335e070f2
commit
15d382930e
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
#version 450
|
||||
#version 430
|
||||
#extension GL_ARB_texture_gather : enable
|
||||
#ifdef VULKAN
|
||||
#define ATTR_LAYOUT(__vkSet, __location) layout(set = __vkSet, location = __location)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#version 450
|
||||
#version 430
|
||||
#extension GL_ARB_texture_gather : enable
|
||||
#ifdef VULKAN
|
||||
#define ATTR_LAYOUT(__vkSet, __location) layout(set = __vkSet, location = __location)
|
||||
|
|
Loading…
Add table
Reference in a new issue