Example #1
0
 internal static void Initialize()
 {
     GLWrapper.Initialize();
     GLWrapper.InitializeCache();
     Resize();
 }
Example #2
0
 public static void ResetGLStateCache()
 {
     GLWrapper.InitializeCache();
 }