Skip to content

Commit 2102d1b

Browse files
authored
Clean up comment
1 parent 7260a40 commit 2102d1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

amf/public/include/core/VulkanAMF.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ namespace amf
8181
VkImage hImage; // vulkan native image for which the surface is created
8282
VkDeviceMemory hMemory; // memory for hImage, can be nullptr
8383
amf_int64 iSize; // memory size
84-
amf_uint32 eFormat; // VkFormat; other properties (iWidth, iHeight) are asserted based on this
84+
amf_uint32 eFormat; // VkFormat
8585
amf_int32 iWidth; // image width
8686
amf_int32 iHeight; // image height
8787
amf_uint32 eCurrentLayout; // VkImageLayout

0 commit comments

Comments
 (0)