mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-24 04:31:35 +00:00
[vulkan] Correct line vertex input spec (again)
This time for the forward renderer.
This commit is contained in:
parent
5055860c1b
commit
87357f98d3
1 changed files with 1 additions and 1 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue