All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
iOSTextureHelpers.h
1 #pragma once
2 
3 #include "Graphics.h"
4 #include <CoreGraphics/CoreGraphics.h>
5 
6 namespace Eegeo
7 {
8  namespace iOS
9  {
11  {
12  public:
13 
14  static GLenum CalcGLPixelFormat(CGBitmapInfo bitmapInfo, size_t bitsPerPixel);
15  };
16  }
17 }