mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-15 13:50:29 +01:00
nir/spirv: Ignore cull distance
This commit is contained in:
parent
13858a1c1a
commit
13aaf90048
1 changed files with 1 additions and 1 deletions
|
|
@ -771,7 +771,7 @@ vtn_get_builtin_location(struct vtn_builder *b,
|
|||
break;
|
||||
case SpvBuiltInCullDistance:
|
||||
/* XXX figure this out */
|
||||
unreachable("unhandled builtin");
|
||||
break;
|
||||
case SpvBuiltInVertexIndex:
|
||||
*location = SYSTEM_VALUE_VERTEX_ID;
|
||||
set_mode_system_value(mode);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue