Skip to content

Commit

Permalink
syncval: Fix typo in usage doc
Browse files Browse the repository at this point in the history
Correct small typo is synchronization usage documentation.

Change-Id: I0a744b164e7894a6211d95745e1e8bb4a3ddb386
  • Loading branch information
jzulauf-lunarg committed Jul 29, 2020
1 parent 9dd2754 commit 91cb71f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/synchronization_usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

Synchronization Validation (alpha release)

Synchronization Validation is implemented in the `VK_LAYER_KHRONOS_validation layer`. When enabled, the Synchronization Object is intended to identify resource access conflicts due do missing or incorrect synchronization operations between actions (Draw, Copy, Dispatch, Blit) reading or writing the same regions of memory.
Synchronization Validation is implemented in the `VK_LAYER_KHRONOS_validation layer`. When enabled, the Synchronization Object is intended to identify resource access conflicts due to missing or incorrect synchronization operations between actions (Draw, Copy, Dispatch, Blit) reading or writing the same regions of memory.

Synchronization will ideally be run periodically after resolving any outstanding validation checks from all other validation objects, so that issues may be addressed in early stages of development.

Expand Down

0 comments on commit 91cb71f

Please sign in to comment.