mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-30 07:50:11 +01:00
draw: added Nan/Inf assertion in debug code
This commit is contained in:
parent
d0f28b6dd9
commit
ef6f1027ff
1 changed files with 1 additions and 0 deletions
|
|
@ -151,6 +151,7 @@ vs_exec_run_linear( struct draw_vertex_shader *shader,
|
|||
output[slot][1],
|
||||
output[slot][2],
|
||||
output[slot][3]);
|
||||
assert(!util_is_inf_or_nan(output[slot][0]));
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue