Watch
2
0
Fork
You've already forked raylib-cs
0

Update PixelFormat

This commit is contained in:
Rgebee 2025-01-30 18:28:39 +00:00
commit fd25732b02

View file

@ -58,6 +58,21 @@ public enum PixelFormat
/// </summary>
UncompressedR32G32B32A32,
/// <summary>
/// 16 bpp (1 channel - half float)
/// </summary>
UncompressedR16,
/// <summary>
/// 16*3 bpp (3 channels - half float)
/// </summary>
UncompressedR16G16B16,
/// <summary>
/// 16*4 bpp (4 channels - half float)
/// </summary>
UncompressedR16G16B16A16,
/// <summary>
/// 4 bpp (no alpha)
/// </summary>