aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorMark Lobodzinski <mark@lunarg.com>2019-03-18 16:01:18 -0600
committerMark Lobodzinski <mark@lunarg.com>2019-03-21 11:48:24 -0600
commitbdf5cd71572c35bc7a83472e8665a2439bba799e (patch)
treee293fcf15c171728968b8693707811195ed9f84b /CONTRIBUTING.md
parent57796fd4690a713e46ec05d893ad6f832f83fa8c (diff)
downloadvulkan-validation-layers-bdf5cd71572c35bc7a83472e8665a2439bba799e.tar.gz
docs: Updated contributing.md doc for khronos layer
Change-Id: Id3dd39a3864d1f3835145744bac7c15abd596727
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md6
1 files changed, 3 insertions, 3 deletions
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.