File tree Expand file tree Collapse file tree
03_Drawing_a_triangle/00_Setup Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -54,10 +54,10 @@ Validation layers can only be used if they have been installed onto the system.
5454For example, the LunarG validation layers are only available on PCs with the
5555Vulkan SDK installed.
5656
57- There were formerly two different types of validation layers in Vulkan. Instance
58- and device specific layers . The idea was that instance layers would only check
59- calls related to global Vulkan objects like instances and device specific layers
60- only calls related to a specific GPU. Device specific layers have now been
57+ There were formerly two different types of validation layers in Vulkan: instance
58+ and device specific. The idea was that instance layers would only check
59+ calls related to global Vulkan objects like instances, and device specific layers
60+ would only check calls related to a specific GPU. Device specific layers have now been
6161deprecated, which means that instance validation layers apply to all Vulkan
6262calls. The specification document still recommends that you enable validation
6363layers at device level as well for compatibility, which is required by some
You can’t perform that action at this time.
0 commit comments