Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 319 Bytes

Execute.md

File metadata and controls

10 lines (7 loc) · 319 Bytes

Execute and debug examples:

To enable the standard set of Vulkan validation layers, set the following environment variables:

Linux:
export VK_INSTANCE_LAYERS=VK_LAYER_LUNARG_standard_validation

Windows:
set VK_INSTANCE_LAYERS=VK_LAYER_LUNARG_standard_validation