SPV: Implement Vulkan version of GLSL (KHR_vulkan_glsl).
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
#version 140
|
||||
|
||||
uniform vec4 bigColor;
|
||||
in vec4 BaseColor;
|
||||
uniform float d;
|
||||
varying vec4 bigColor;
|
||||
varying vec4 BaseColor;
|
||||
varying float d;
|
||||
|
||||
float h = 0.0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user