Skip to content

Commit

Permalink
Fix typo in comment
Browse files Browse the repository at this point in the history
Change GrBackendRendenderTarget to the correct type name GrBackendRenderTarget
  • Loading branch information
hennesrave authored Jul 18, 2024
1 parent 9d39108 commit 6f4df7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/gpu/vk/GrVkTypes.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#include "include/gpu/vk/VulkanTypes.h"

/*
* When wrapping a GrBackendTexture or GrBackendRendenderTarget, the fCurrentQueueFamily should
* When wrapping a GrBackendTexture or GrBackendRenderTarget, the fCurrentQueueFamily should
* either be VK_QUEUE_FAMILY_IGNORED, VK_QUEUE_FAMILY_EXTERNAL, or VK_QUEUE_FAMILY_FOREIGN_EXT. If
* fSharingMode is VK_SHARING_MODE_EXCLUSIVE then fCurrentQueueFamily can also be the graphics
* queue index passed into Skia.
Expand Down

0 comments on commit 6f4df7d

Please sign in to comment.