4 #include "IiOSGlDisplayService.h"
5 #include "VectorMathDecl.h"
18 iOSGlDisplayService(GLKView* pView);
19 ~iOSGlDisplayService();
21 void NotifyViewFrameChanged();
23 float GetViewWidth()
const;
24 float GetViewHeight()
const;
25 float GetDeviceDpi()
const;
26 float GetViewPixelScale()
const;
27 GlDisplayServiceChangedEvent& ChangedEvent()
const;
31 void UpdateDisplayDimensions();
39 GlDisplayServiceChangedEvent* m_changedEvent;