mirror of
https://github.com/KhronosGroup/Vulkan-Utility-Libraries.git
synced 2025-05-14 08:48:39 +00:00
Fix doc for vkuFormatIsXChromaSubsampled
Now the documentation matches the implementation.
This commit is contained in:
parent
fd80ac3543
commit
2169a0849e
2 changed files with 2 additions and 2 deletions
|
@ -227,7 +227,7 @@ inline bool vkuFormatIsPacked(VkFormat format);
|
|||
inline bool vkuFormatRequiresYcbcrConversion(VkFormat format);
|
||||
|
||||
// Returns whether a VkFormat is XChromaSubsampled
|
||||
// This corresponds to formats with _422 in their name
|
||||
// This corresponds to formats with _422 or 420 in their name
|
||||
inline bool vkuFormatIsXChromaSubsampled(VkFormat format);
|
||||
|
||||
// Returns whether a VkFormat is YChromaSubsampled
|
||||
|
|
|
@ -178,7 +178,7 @@ inline bool vkuFormatIsPacked(VkFormat format);
|
|||
inline bool vkuFormatRequiresYcbcrConversion(VkFormat format);
|
||||
|
||||
// Returns whether a VkFormat is XChromaSubsampled
|
||||
// This corresponds to formats with _422 in their name
|
||||
// This corresponds to formats with _422 or 420 in their name
|
||||
inline bool vkuFormatIsXChromaSubsampled(VkFormat format);
|
||||
|
||||
// Returns whether a VkFormat is YChromaSubsampled
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue