mirror of
https://github.com/glest/glest-source.git
synced 2025-08-09 01:46:28 +02:00
Added cancel load button
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user