diff options
| author | Nanley Chery <nanley.g.chery@intel.com> | 2016-07-12 11:22:38 -0700 |
|---|---|---|
| committer | Mark Lobodzinski <mark@lunarg.com> | 2016-08-19 10:05:11 -0600 |
| commit | e7451b3973db31f6018915567c1048e3db19afbf (patch) | |
| tree | a61f9f870ba0114b4837983b3e160b956085065e | |
| parent | 7c74e2bc1b0a716452832cbc58e207e0f67a6364 (diff) | |
| download | usermoji-e7451b3973db31f6018915567c1048e3db19afbf.tar.xz | |
layers: Fix spelling error in README
Change-Id: I2e6aa600f30d89d22ce5f6f1c2e84555ba8e0b71
| -rw-r--r-- | layers/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layers/README.md b/layers/README.md index 0aa1cff6..b496e750 100644 --- a/layers/README.md +++ b/layers/README.md @@ -22,7 +22,7 @@ Layers can also be activated via the VK_INSTANCE_LAYERS environment variable. All validation layers work with the DEBUG_REPORT extension to provide validation feedback. When a validation layer is enabled, it will look for a vk_layer_settings.txt file to define -its loggin behavior, which can include sending output to a file, stdout, or debug output (Windows). +its logging behavior, which can include sending output to a file, stdout, or debug output (Windows). Applications can also register debug callback functions via the DEBUG_REPORT extension to receive callbacks when validation events occur. Application callbacks are independent of settings in a vk_layer_settings.txt file which will be carried out separately. If no vk_layer_settings.txt |
