Skip to content

Commit 6f4df7d

Browse files
authored
Fix typo in comment
Change GrBackendRendenderTarget to the correct type name GrBackendRenderTarget
1 parent 9d39108 commit 6f4df7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/gpu/vk/GrVkTypes.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#include "include/gpu/vk/VulkanTypes.h"
1414

1515
/*
16-
* When wrapping a GrBackendTexture or GrBackendRendenderTarget, the fCurrentQueueFamily should
16+
* When wrapping a GrBackendTexture or GrBackendRenderTarget, the fCurrentQueueFamily should
1717
* either be VK_QUEUE_FAMILY_IGNORED, VK_QUEUE_FAMILY_EXTERNAL, or VK_QUEUE_FAMILY_FOREIGN_EXT. If
1818
* fSharingMode is VK_SHARING_MODE_EXCLUSIVE then fCurrentQueueFamily can also be the graphics
1919
* queue index passed into Skia.

0 commit comments

Comments
 (0)