We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7260a40 commit 2102d1bCopy full SHA for 2102d1b
amf/public/include/core/VulkanAMF.h
@@ -81,7 +81,7 @@ namespace amf
81
VkImage hImage; // vulkan native image for which the surface is created
82
VkDeviceMemory hMemory; // memory for hImage, can be nullptr
83
amf_int64 iSize; // memory size
84
- amf_uint32 eFormat; // VkFormat; other properties (iWidth, iHeight) are asserted based on this
+ amf_uint32 eFormat; // VkFormat
85
amf_int32 iWidth; // image width
86
amf_int32 iHeight; // image height
87
amf_uint32 eCurrentLayout; // VkImageLayout
0 commit comments