metal: initial work on setRenderTarget

This commit is contained in:
Alex Szpakowski
2020-02-16 09:04:50 -04:00
parent 455b0c2c6b
commit e001e4336d
6 changed files with 68 additions and 16 deletions
+1 -1
View File
@@ -475,7 +475,7 @@ public:
* @param width The viewport width.
* @param height The viewport height.
**/
virtual bool setMode(int width, int height, int pixelwidth, int pixelheight, bool windowhasstencil) = 0;
virtual bool setMode(void *context, int width, int height, int pixelwidth, int pixelheight, bool windowhasstencil) = 0;
/**
* Un-sets the current graphics display mode (uninitializing objects if