Im rendering with
- (void)glkView:(GLKView *)view drawInRect:(CGRect)rect
But the resolution its delivering is for an iPhone 5 and I'm rendering on an iPhone 6 the drawableHeight is calling out at 320 instead of 375
Any ideas what this could be?
Im rendering with
But the resolution its delivering is for an iPhone 5 and I'm rendering on an iPhone 6 the drawableHeight is calling out at 320 instead of 375
Any ideas what this could be?