**System Information**
Operating system: Windows 10
Graphics card: Nvidia
**Blender Version**
Broken: 3.0-2.93
Worked: Never with those cards, works with AMD
**Exact steps for others to reproduce the error**
Dynamic grid preview isn't showing when you enable grab active vertex in the grab tool in sculpt mode, after enable grab active vertex you have to switch to one of the transform tools so their gizmo is visible for a moment. Go back to the grab brush and the Grab Active Vertex wireframe should work now, at least for that session.
This was proposed on the blenderartists thread, I have no idea if it works or if it could broke the preview on the AMD cards
{F11655235}
If you know how to compile you can fix it by erasing ! from the line 1157 : if (!depth_test) {
to read like so: if (depth_test) {{F11655235}