We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b500d3a commit b661a98Copy full SHA for b661a98
Sources/GateEngine/System/Rendering/SystemShaders.swift
@@ -21,6 +21,7 @@ extension VertexShader {
21
vsh.modelViewProjectionMatrix * Vec4(vsh.input.geometry(0).position, 1)
22
vsh.output["texCoord0"] =
23
vsh.input.geometry(0).textureCoordinate0 * vsh.channel(0).scale + vsh.channel(0).offset
24
+ vsh.output["color"] = vsh.input.geometry(0).color
25
return vsh
26
}()
27
0 commit comments