Fix MakeCurrent and shader issues with AMD 22.7 driver
This commit is contained in:
parent
6764264488
commit
ff81fb04b4
6 changed files with 35 additions and 2 deletions
|
@ -111,6 +111,16 @@ public:
|
|||
return nullptr;
|
||||
}
|
||||
|
||||
/**
|
||||
* Save current GraphicsContext.
|
||||
*/
|
||||
virtual void SaveContext() {};
|
||||
|
||||
/**
|
||||
* Restore saved GraphicsContext.
|
||||
*/
|
||||
virtual void RestoreContext() {};
|
||||
|
||||
/**
|
||||
* Signal that a touch pressed event has occurred (e.g. mouse click pressed)
|
||||
* @param framebuffer_x Framebuffer x-coordinate that was pressed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue