Skip to content

Commit

Permalink
Update Utils.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Alphalaneous committed Jun 27, 2024
1 parent 24712db commit 46cffcd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/utils/Utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,10 @@ class Utils {
case kCCTexture2DPixelFormat_I8:
glTexImage2D(target, 0, GL_LUMINANCE, (GLsizei)pixelsWide, (GLsizei)pixelsHigh, 0, GL_LUMINANCE, GL_UNSIGNED_BYTE, data);
break;
default:
break;
}

}


Expand Down

0 comments on commit 46cffcd

Please sign in to comment.