Image is not load Texture value is -1

Posted by Mitali on Stack Overflow See other posts from Stack Overflow or by Mitali
Published on 2009-07-17T11:05:09Z Indexed on 2010/06/02 22:04 UTC
Read the original article Hit count: 108

Filed under:

hi

i Want to know what is the reason image is not load but a white view is open.When i debug the texture vale and summary value is -1.

My Code is:

_textures[kTexture_Background] = [[Texture2D alloc] initWithImage: [UIImage imageNamed:@"backgroundimage.png"]];

Thanks

© Stack Overflow or respective owner

Related posts about opengl-es