From bdf5cd71572c35bc7a83472e8665a2439bba799e Mon Sep 17 00:00:00 2001 From: Mark Lobodzinski Date: Mon, 18 Mar 2019 16:01:18 -0600 Subject: docs: Updated contributing.md doc for khronos layer Change-Id: Id3dd39a3864d1f3835145744bac7c15abd596727 --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'CONTRIBUTING.md') diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ba8a0161c..f7597a78c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -124,10 +124,10 @@ if the report is received. Otherwise, the test should indicate "failure". This new test should be added to the validation layer test program in the `tests` directory and contributed at the same time as the new validation check itself. There are many existing validation tests in this directory that can be used as a starting point. -* **Validation Checks:** The majority of validation checks are carried out by the Core Validation layer. In general, this layer -contains checks that require some amount of application state to carry out. In contrast, the parameter validation layer contains +* **Validation Checks:** Validation checks are carried out by the Khronos Validation layer. The CoreChecks validation object +contains checks that require significant amounts of application state to carry out. In contrast, the stateless validation object contains checks that require (mostly) no state at all. Please inquire if you are unsure of the location for your contribution. The other -layers (threading, object_tracker, unique_objects) are more special-purpose and are mostly code-generated from the specification. +validation objects (thread_safety, object lifetimes) are more special-purpose and are mostly code-generated from the specification. * **Validation Error/Warning Messages:** Strive to give specific information describing the particulars of the failure, including output all of the applicable Vulkan Objects and related values. Also, ensure that when messages can give suggestions about _how_ to fix the problem, they should do so to better assist the user. -- cgit v1.2.3