by sunnychu220 » Thu Mar 12, 2009 4:29 am
I draw several Texutures , one Texture is behind another to create a 3D image show. When I try to delete one Texture using gl.glDeleteTextures(1, textures, 0); no only the Texture I tried to delete disappeared, two other Textures behind it also disappeared. Did someone else encounter this problem??