|
|
|
|
|
by ioquatix
3420 days ago
|
|
Yes, you are right, but solving the problem of adversarial input is probably NP. A validation layer can intercept every API call and validate it. It's probably the best you can do. The nice thing about it, is that you could actually use it in many different contexts, since, you know, Vulkan makes it a standard feature of the driver. |
|
Besides, Javascript doesn't really need driver support to intercept function calls...