Removed deprecated sampler method from Texture

Former-commit-id: f7da96f781f8a876cbb78c1048822571c02fde23
This commit is contained in:
Lynix 2012-12-25 12:21:18 +01:00
parent df7b11d1d2
commit d63c12bbd5
1 changed files with 0 additions and 1 deletions

View File

@ -35,7 +35,6 @@ class NAZARA_API NzTexture : public NzResource, NzNonCopyable
nzUInt8 GetBytesPerPixel() const;
unsigned int GetDepth() const;
nzSamplerFilter GetFilterMode() const;
nzPixelFormat GetFormat() const;
unsigned int GetHeight() const;
nzImageType GetType() const;