Update validation policy in README.md document to cover attrition of existing validation code.

This commit is contained in:
Bill Hollings 2020-10-02 12:38:30 -04:00
parent 78c58cc026
commit fe3c2e156b

View File

@ -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 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. 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 ### Memory Management