Image is not load Texture value is -1
- by Mitali
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