Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c3d3814

Browse files
authored
Merge pull request #50 from jonblack/master
Improve grammer in validation layers
2 parents c2b1f10 + 5af4f97 commit c3d3814

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

03_Drawing_a_triangle/00_Setup/02_Validation_layers.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ Validation layers can only be used if they have been installed onto the system.
5454
For example, the LunarG validation layers are only available on PCs with the
5555
Vulkan 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
6161
deprecated, which means that instance validation layers apply to all Vulkan
6262
calls. The specification document still recommends that you enable validation
6363
layers at device level as well for compatibility, which is required by some

0 commit comments

Comments
 (0)