Forums - : GL_INVALID_OPERATION

1 post / 0 new
<core_glCompressedTexSubImage3DOES:711>: GL_INVALID_OPERATION
RelativeGames
Profile picture
Join Date: 16 Apr 13
Posts: 56
Posted: Sat, 2013-09-28 06:26

 

I get this error whenever I try to upload a compressed texture (ETC1) into a 2D texture array on Adreno 320 (Nexus 4)

<core_glCompressedTexSubImage3DOES:711>: GL_INVALID_OPERATION

I searched on the forum, and it seems Qualcom hasn't even implemented this (compressed texture updates that is) for standard 2D textures so I guess it's the same problem, now for 2D Texture Arrays as well. It's kind of a bummer though as this is the ONLY WAY to upload texture slices into a 2D texture array using a compressed format, so like how come is this unsupported if it's a standard function from OpenGL ES 3 ?

 

UPDATE :

To add insult to injury, glCompressedTexImage3D doesn't work either and prints :

<core_glCompressedTexImage3DOES:638>: GL_INVALID_OPERATION
 

I thought I'd rather send all the array in one blow, but no, that doesn't work either. This seems to be a different issue though as not even AMD drivers accept compressed 2D texture arrays based on the argument that block compression defines the compression of a 2D image, not a 3D one, but hey, now I know there's no way to upload compressed texture arrays to Adreno 320...

  • Up0
  • Down0

Opinions expressed in the content posted here are the personal opinions of the original authors, and do not necessarily reflect those of Qualcomm Incorporated or its subsidiaries (“Qualcomm”). The content is provided for informational purposes only and is not meant to be an endorsement or representation by Qualcomm or any other party. This site may also provide links or references to non-Qualcomm sites and resources. Qualcomm makes no representations, warranties, or other commitments whatsoever about any non-Qualcomm sites or third-party resources that may be referenced, accessible from, or linked to this site.