From ec92d7b340d868ccd6121f064ba31ece1ab3aa92 Mon Sep 17 00:00:00 2001 From: Alejandro Saucedo Date: Thu, 4 Mar 2021 21:45:38 +0000 Subject: [PATCH] Added kompute env debug layer param --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 3d60aac55..313fcc138 100644 --- a/README.md +++ b/README.md @@ -432,6 +432,12 @@ We appreciate PRs and Issues. If you want to contribute try checking the "Good f * Uses doxygen and sphinx for documentation and autodocs * Uses vcpkg for finding the dependencies, it's the recommended set up to retrieve the libraries +If you want to run with debug layers you can add them with the `KOMPUTE_ENV_DEBUG_LAYERS` parameter as: + +``` +export KOMPUTE_ENV_DEBUG_LAYERS="VK_LAYER_LUNARG_api_dump" +``` + ##### Updating documentation To update the documentation you will need to: