Files
love/testing/tests
Sasha Szpakowski 50ff1e4d2b use location numbers for vertex input attributes, instead of name-based binding.
- add 'location' named field to buffer and mesh vertex format tables, replaces 'name' field.
- location numbers are expected to match 'layout (location = #)' qualifiers in vertex inputs in shader code.
- deprecate vertex inputs in shader code that don't have layout location qualifiers.
- love's default vertex attributes use location 0 for position, 1 for texcoord, and 2 for color.
- add new variants of Mesh:attachAttribute, setAttributeEnabled, and isAttributeEnabled which take location numbers instead of names.

Improves draw performance in vulkan and metal backends.
2024-09-07 18:06:03 -03:00
..
2024-03-06 09:18:44 +00:00
2023-11-23 12:52:54 +00:00
2024-03-22 12:17:15 +00:00
2023-11-23 12:52:54 +00:00
2024-02-29 09:20:18 +00:00
2023-12-10 21:41:50 +00:00
2024-02-28 17:49:51 +00:00
2023-12-05 10:26:24 +00:00
2023-12-05 10:26:24 +00:00
2024-02-28 18:38:43 +00:00
2024-02-28 17:49:51 +00:00
2024-02-28 17:49:51 +00:00
2023-11-23 12:52:54 +00:00
2023-12-05 10:26:24 +00:00
2024-02-28 17:49:51 +00:00