[GLUtils] Pass the correct format into glTexImage2D and glTexSubImage2D.
Previously, the format and internal format are the same, however, per https://www.khronos.org/registry/OpenGL-Refpages/es3.1/html/glTexImage2D.xhtml, this is no longer the case, thus we need to convert to proper format when we have the sized format. BUG: 72065799 Test: none Change-Id: Ib1f90db6692b3629928ed664e5c775adfb4f63dd
Loading
Please register or sign in to comment