forked from pupbrained/vulkan-test
god damnit
This commit is contained in:
parent
f0e85c0d88
commit
ae7de1f8ee
|
@ -12,6 +12,6 @@ layout(location = 1) in vec3 inColor;
|
|||
layout(location = 0) out vec3 fragColor;
|
||||
|
||||
void main() {
|
||||
gl_Position = vec4(inPosition, 0.0, 1.0);
|
||||
gl_Position = ubo.proj * ubo.view * ubo.model * vec4(inPosition, 0.0, 1.0);
|
||||
fragColor = inColor;
|
||||
}
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue