Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2011-07-07 22:01:36 +0000
committerStijn Buys <ingar@osirion.org>2011-07-07 22:01:36 +0000
commit035c602e0afc659b344d685614ec7a2e334636b6 (patch)
tree50e5694005cdd4b10844129a29bea9dfa8350a57 /src/render/textures.h
parent2c10d5b9b8a9f651006e4f7b376b21ee0713b398 (diff)
Disable mipmapping on skybox textures, provide an OpenGL texture id for the cubemap.
Diffstat (limited to 'src/render/textures.h')
-rw-r--r--src/render/textures.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/render/textures.h b/src/render/textures.h
index 90b26b1..69442e8 100644
--- a/src/render/textures.h
+++ b/src/render/textures.h
@@ -71,6 +71,7 @@ private:
static math::Vector2f texture_size[MAXTEXTURES];
static std::map<std::string, size_t> registry;
static GLuint textures[MAXTEXTURES];
+ static GLuint textures_cubemap_id;
};
}