diff --git a/scripts/core/INTRO.rst b/scripts/core/INTRO.rst index 255fe84e50..a7de81f4a3 100644 --- a/scripts/core/INTRO.rst +++ b/scripts/core/INTRO.rst @@ -256,6 +256,9 @@ Layers currently included with the runtime are as follows: - Enables non-adapter-specific parameter validation (e.g. checking for null values). * - UR_LAYER_LEAK_CHECKING - Performs some leak checking for API calls involving object creation/destruction. + * - UR_LAYER_LIFETIME_VALIDATION + - Performs lifetime validation on objects used in API calls. + - Requires UR_LAYER_LEAK_CHECKING. * - UR_LAYER_FULL_VALIDATION - Enables UR_LAYER_PARAMETER_VALIDATION and UR_LAYER_LEAK_CHECKING. * - UR_LAYER_TRACING