Removed deprecated sampler method from Texture
Former-commit-id: f7da96f781f8a876cbb78c1048822571c02fde23
This commit is contained in:
parent
df7b11d1d2
commit
d63c12bbd5
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue