Skip to content

Commit

Permalink
fix RGBA32 3D image
Browse files Browse the repository at this point in the history
  • Loading branch information
e2002e authored and RobDangerous committed Feb 18, 2024
1 parent a9f6e86 commit 3525720
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ static int convertInternalFormat(kinc_image_format_t format) {
case KINC_IMAGE_FORMAT_RGBA64:
return GL_RGBA16F_EXT;
case KINC_IMAGE_FORMAT_RGBA32:
return GL_RGBA8;
default:
#ifdef KORE_IOS
return GL_RGBA;
Expand Down

0 comments on commit 3525720

Please sign in to comment.