Added cancel load button

This commit is contained in:
mathusummut
2019-02-20 02:37:59 +01:00
parent 1ad6245324
commit 3e50ea514f
29 changed files with 471 additions and 293 deletions

View File

@@ -297,7 +297,7 @@ namespace Shared {
void getComponent(int x, int y, int component, float32 &value) const;
//vector get
Vec4f getPixel4f(int x, int y) const;
Vec4f getPixel4f(int x, int y, bool fallback = false) const;
Vec3f getPixel3f(int x, int y) const;
float getPixelf(int x, int y) const;
float getComponentf(int x, int y, int component) const;