Fixes for WebGPU

This commit is contained in:
Wojtek Figat
2026-03-04 22:00:50 +01:00
parent 2d9ca4c335
commit 414c650550
3 changed files with 11 additions and 1 deletions

View File

@@ -159,7 +159,7 @@ public:
API_FUNCTION() static int32 ComputeComponentsCount(PixelFormat format);
/// <summary>
/// Computes the amount of pixels per-axis stored in the a single block of the format (eg. 4 for BC-family). Returns 1 for uncompressed formats.
/// Computes the amount of pixels per-axis stored in a single block of the format (eg. 4 for BC-family). Returns 1 for uncompressed formats.
/// </summary>
/// <param name="format">The <see cref="PixelFormat"/>.</param>
/// <returns>The block pixels count.</returns>