mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-12 22:56:52 +01:00
Vulkan: Emit input/output locations for EFB poke geometry shader
This commit is contained in:
parent
228ddb8aba
commit
d9a3b29a07
@ -1274,12 +1274,12 @@ bool FramebufferManager::CompilePokeShaders()
|
||||
layout(triangles) in;
|
||||
layout(triangle_strip, max_vertices = EFB_LAYERS * 3) out;
|
||||
|
||||
in VertexData
|
||||
VARYING_LOCATION(0) in VertexData
|
||||
{
|
||||
vec4 col0;
|
||||
} in_data[];
|
||||
|
||||
out VertexData
|
||||
VARYING_LOCATION(0) out VertexData
|
||||
{
|
||||
vec4 col0;
|
||||
} out_data;
|
||||
|
Loading…
x
Reference in New Issue
Block a user