From fe3c2e156bf112100237fc5301d7d0107ee0f33c Mon Sep 17 00:00:00 2001 From: Bill Hollings Date: Fri, 2 Oct 2020 12:38:30 -0400 Subject: [PATCH] Update validation policy in README.md document to cover attrition of existing validation code. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index ec547490..098450d8 100644 --- a/README.md +++ b/README.md @@ -360,6 +360,11 @@ from behavior defined by the *Vulkan* specification. This most commonly occurs w be mapped to functionality available within *Metal*. In that situation, it is important to provide feedback to the application developer to that effect, by performing the necessary validation, and reporting an error. +Currently, there is some excess *Vulkan* validation and error reporting code within **MoltenVK**, added before +this guideline was introduced. You are encouraged to remove such code if you encounter it while performing other +**MoltenVK** development. Do not remove validation and error reporting code that is covering a deviation in +behavior from the *Vulkan* specification. + ### Memory Management