Renamed Buffer::IsSupported to IsStorageSupported
Former-commit-id: 12309ca590820fd68ab2b15a4c41ffb554832603
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user