79784860

Date: 2025-10-07 19:12:49
Score: 2
Natty:
Report link

Bounds checking isn’t done by default in Vulkan. Enabling “Robust Buffer Access” can catch out-of-bounds accesses,

The “index became 0” effect you saw was likely a driver debug feature. DirectX and OpenGL behave similarly and don’t guarantee automatic checks.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Pradip