diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-06-08 18:38:07 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-06-08 18:38:07 +0300 |
commit | 7a0ce777e5d7e3c5ba562ea1c811c0c3cb17a976 (patch) | |
tree | 04528345be1561b7970b4c1f1c6e1693e5e2f84e /src/render/graphics.h | |
parent | e7f05704102d204ce73f97bca5f62312adcd1c2b (diff) | |
download | plus-7a0ce777e5d7e3c5ba562ea1c811c0c3cb17a976.tar.gz plus-7a0ce777e5d7e3c5ba562ea1c811c0c3cb17a976.tar.bz2 plus-7a0ce777e5d7e3c5ba562ea1c811c0c3cb17a976.tar.xz plus-7a0ce777e5d7e3c5ba562ea1c811c0c3cb17a976.zip |
Add simple shader creation.
Diffstat (limited to 'src/render/graphics.h')
-rw-r--r-- | src/render/graphics.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/render/graphics.h b/src/render/graphics.h index 08bb7facf..a61c47437 100644 --- a/src/render/graphics.h +++ b/src/render/graphics.h @@ -450,6 +450,9 @@ class Graphics notfinal virtual void deleteArrays() { } + virtual void postInit() + { } + int mWidth; int mHeight; int mActualWidth; |