- Implemented device detection and automatic selection of KREngine memory management parameters

- Now detecting iPad 3 and adjusting parameters to utilize the greater RAM capacity

--HG--
extra : convert_revision : svn%3A7752d6cf-9f14-4ad2-affc-04f1e67b81a5/trunk%40135
This commit is contained in:
kearwood
2012-10-19 23:17:43 +00:00
parent 9e96e765c4
commit 2097664c0a
12 changed files with 67 additions and 21 deletions

View File

@@ -35,6 +35,7 @@
#import <string>
#import "KRCamera.h"
#import "KRDataBlock.h"
#import "KRNode.h"
using std::map;
using std::vector;
@@ -44,7 +45,8 @@ using std::vector;
#ifndef KRSHADERMANAGER_H
#define KRSHADERMANAGER_H
#define KRENGINE_MAX_SHADER_HANDLES 100
class KRShader;
class KRCamera;
class KRShaderManager : public KRContextObject {
public: