8 Apr
2024
8 Apr
'24
8:27 p.m.
Giovanni Mascellani (@giomasce) commented about libs/vkd3d-shader/ir.c:
ctx->phase = instruction->handler_idx; ctx->dcl_temps_found = false; return; + case VKD3DSIH_DCL_HS_MAX_TESSFACTOR: + if (instruction->declaration.max_tessellation_factor < 1.0f || instruction->declaration.max_tessellation_factor > 64.0f)
We probably want to exclude NaNs too here. -- https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/767#note_67288