emulator opengl: context version param
add version parameter when creating new context Change-Id: I3e36796dd4e582b5deda0da2aaf764ceba92a1d1
This commit is contained in:
committed by
David 'Digit' Turner
parent
0c814b227c
commit
25af30c464
@@ -41,7 +41,7 @@ public:
|
||||
static Renderer *instance();
|
||||
int createSurface(RenderingThread *thread, const ClientHandle & handle);
|
||||
int destroySurface(RenderingThread *thread, const ClientHandle &handle);
|
||||
int createContext(RenderingThread *thread, const ClientHandle & ctx, const ClientHandle shareCtx);
|
||||
int createContext(RenderingThread *thread, const ClientHandle & ctx, const ClientHandle shareCtx, int version);
|
||||
int destroyContext(RenderingThread *thread,const ClientHandle & ctx);
|
||||
int makeCurrent(RenderingThread *thread,
|
||||
const ClientHandle & drawSurface, const ClientHandle & readSurface, const ClientHandle & ctx);
|
||||
|
||||
Reference in New Issue
Block a user