Skip to content

Commit

Permalink
💚
Browse files Browse the repository at this point in the history
  • Loading branch information
wcandillon committed May 22, 2024
1 parent ea1ba40 commit 71e3899
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ SkiaOpenGLSurfaceFactory::makeImageFromHardwareBuffer(void *buffer,
const_cast<AHardwareBuffer *>(hardwareBuffer), description.width,
description.height, &deleteImageProc, &updateImageProc, &deleteImageCtx,
false, format, false);
if (!backendTex.isValid()) [[unlikely]] {
if (!backendTex.isValid()) {
RNSkLogger::logToConsole(
"Failed to convert HardwareBuffer to OpenGL Texture!");
return nullptr;
Expand Down

0 comments on commit 71e3899

Please sign in to comment.