save code

This commit is contained in:
xsl
2025-12-19 18:55:44 +08:00
parent 6bbbb3c3ef
commit b6ac86a134
4 changed files with 45 additions and 40 deletions
+5
View File
@@ -5,6 +5,11 @@ layout (binding = 1) uniform sampler2D samplerColor;
layout (location = 0) in vec2 inUV;
layout (location = 1) in vec3 inNormal;
layout(push_constant) uniform PushConstantsFS {
float ux;
float uy;
} pc_fs;
layout (location = 0) out vec4 outFragColor;
Binary file not shown.