| KarenGhavam-lunarG | eaf4ceb | 2019-02-15 11:52:04 -0700 | [diff] [blame^] | 1 | <!-- markdownlint-disable MD041 --> |
| 2 | [![Khronos Vulkan][1]][2] |
| 3 | |
| 4 | [1]: https://vulkan.lunarg.com/img/Vulkan_100px_Dec16.png "https://www.khronos.org/vulkan/" |
| 5 | [2]: https://www.khronos.org/vulkan/ |
| 6 | |
| Jeremy Kniager | 4b171df | 2018-03-23 12:01:12 -0600 | [diff] [blame] | 7 | # VK\_LAYER\_GOOGLE\_threading |
| KarenGhavam-lunarG | eaf4ceb | 2019-02-15 11:52:04 -0700 | [diff] [blame^] | 8 | [![Creative Commons][3]][4] |
| 9 | |
| 10 | [3]: https://i.creativecommons.org/l/by-nd/4.0/88x31.png "Creative Commons License" |
| 11 | [4]: https://creativecommons.org/licenses/by-nd/4.0/ |
| Karl Schultz | 708cc48 | 2018-12-26 11:21:32 -0700 | [diff] [blame] | 12 | |
| Jeremy Kniager | 4b171df | 2018-03-23 12:01:12 -0600 | [diff] [blame] | 13 | The `VK_LAYER_GOOGLE_threading` layer checks multi-threading of API calls for validity. Checks performed by this layer include ensuring that only one thread at a time uses an object in free-threaded API calls. |