nv2a/glsl: Delete deprecated FIXME comment about about vertex order

This commit is contained in:
coldhex
2025-10-24 15:31:28 -04:00
committed by mborgerson
parent ba9761fc97
commit 46741f23cc
-4
View File
@@ -125,10 +125,6 @@ MString *pgraph_glsl_gen_geom(const GeomState *state, GenGeomGlslOptions opts)
/* TODO: frontface/backface culling for polygon modes POLY_MODE_LINE and
* POLY_MODE_POINT.
* FIXME: OpenGL/Vulkan does not specify absolute vertex order when input
* is a triangle list, triangle strip or fan. Only vertex winding order
* is specified. Currently we assume input triangle vertex order follows
* the last provoking vertex convention.
*/
switch (state->primitive_mode) {
case PRIM_TYPE_POINTS: return NULL;