Add video texture format YUY2
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user