Merging r6196 through r6248 from trunk to ogl-es branch
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/branches/ogl-es@6249 dfc29bdd-3216-0410-991c-e03cc46cb475
This commit is contained in:
@@ -42,6 +42,11 @@ public:
|
||||
IDirect3DTexture9* getDX9Texture() const;
|
||||
IDirect3DCubeTexture9* getDX9CubeTexture() const;
|
||||
|
||||
inline bool HasVertexTextureSupport() const
|
||||
{
|
||||
return VertexTextureSupport;
|
||||
}
|
||||
|
||||
private:
|
||||
friend class CD3D9Driver;
|
||||
|
||||
@@ -77,6 +82,7 @@ private:
|
||||
u32 MipLevelLocked;
|
||||
|
||||
bool HardwareMipMaps;
|
||||
bool VertexTextureSupport;
|
||||
|
||||
IDirect3DDevice9* Device;
|
||||
IDirect3DTexture9* Texture;
|
||||
|
Reference in New Issue
Block a user