You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried passing an empty buffer but that didn't work
My codebase explicitly passed null and it works on Android, I don't know about other platforms, An android only solution or multiplatform solution should be tried
// null can be passed as buffer in android codebaseGLES20.glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, width, height, 0,
GL_RGBA, GL_UNSIGNED_BYTE, null
)
The text was updated successfully, but these errors were encountered:
I tried passing an empty buffer but that didn't work
My codebase explicitly passed null and it works on Android, I don't know about other platforms, An android only solution or multiplatform solution should be tried
The text was updated successfully, but these errors were encountered: