Renamed Buffer::IsSupported to IsStorageSupported

Former-commit-id: 12309ca590820fd68ab2b15a4c41ffb554832603
This commit is contained in:
Lynix
2015-01-04 18:30:50 +01:00
parent d560975e09
commit 911e10fa84
3 changed files with 6 additions and 8 deletions

View File

@@ -54,7 +54,7 @@ class NAZARA_API NzBuffer : public NzResource, NzNonCopyable
void Unmap() const;
static bool IsSupported(nzDataStorage storage);
static bool IsStorageSupported(nzDataStorage storage);
static void SetBufferFactory(nzDataStorage storage, BufferFactory func);
private: