Add video texture format YUY2

This commit is contained in:
Wojtek Figat
2024-04-25 10:26:23 +02:00
parent ebe05d4a51
commit 3ebf73ec22
8 changed files with 49 additions and 74 deletions

View File

@@ -102,20 +102,6 @@ public:
/// <returns>True if the <see cref="PixelFormat"/> is a compressed format from ASTC formats family.</returns>
API_FUNCTION() static bool IsCompressedASTC(PixelFormat format);
/// <summary>
/// Determines whether the specified <see cref="PixelFormat"/> is packed.
/// </summary>
/// <param name="format">The Pixel Format.</param>
/// <returns><c>true</c> if the specified <see cref="PixelFormat"/> is packed; otherwise, <c>false</c>.</returns>
API_FUNCTION() static bool IsPacked(PixelFormat format);
/// <summary>
/// Determines whether the specified <see cref="PixelFormat"/> is planar.
/// </summary>
/// <param name="format">The Pixel Format.</param>
/// <returns><c>true</c> if the specified <see cref="PixelFormat"/> is planar; otherwise, <c>false</c>.</returns>
API_FUNCTION() static bool IsPlanar(PixelFormat format);
/// <summary>
/// Determines whether the specified <see cref="PixelFormat"/> is video.
/// </summary>