- 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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user