[vulkan] Correct line vertex input spec (again)

This time for the forward renderer.
This commit is contained in:
Bill Currie 2024-01-16 15:43:14 +09:00
parent 5055860c1b
commit 87357f98d3

View file

@ -686,7 +686,7 @@ properties = {
);
attributes = (
{ location = 0; binding = 0; format = r32g32_sfloat; offset = 0; },
{ location = 1; binding = 0; format = r8g8b8a8_unorm; offset = 4; },
{ location = 1; binding = 0; format = r8g8b8a8_unorm; offset = 8; },
);
};
inputAssembly = {