Skip to content

Commit acbbaac

Browse files
[WIP] reflections experiments
1 parent 5fa5527 commit acbbaac

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

shaders/subgroups_operations/skybox.vert

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
*/
1818

1919
layout (location = 0) in vec3 inPos;
20-
layout (location = 1) in vec2 inUV;
20+
layout (location = 1) in vec3 inUV;
2121

22-
layout (location = 0) out vec2 outUV;
22+
layout (location = 0) out vec3 outUV;
2323

2424
layout (binding = 0) uniform SkyboxUbo
2525
{

0 commit comments

Comments
 (0)