We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1958de4 commit 4f5a20aCopy full SHA for 4f5a20a
src/rtextures.c
@@ -5512,6 +5512,7 @@ static Vector4 *LoadImageDataNormalized(Image image)
5512
pixels[i].z = 0.0f;
5513
pixels[i].w = 1.0f;
5514
5515
+ k += 1;
5516
} break;
5517
case PIXELFORMAT_UNCOMPRESSED_R32G32B32:
5518
{
@@ -5537,6 +5538,8 @@ static Vector4 *LoadImageDataNormalized(Image image)
5537
5538
pixels[i].y = 0.0f;
5539
5540
5541
+
5542
5543
5544
case PIXELFORMAT_UNCOMPRESSED_R16G16B16:
5545
0 commit comments