Skip to content

Commit 7c35d7e

Browse files
author
devsh
committed
I'm surprised IDescriptorPool::getDescriptorStorage worked for IGPUBuffers at all before
1 parent 5400d27 commit 7c35d7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/nbl/asset/IBuffer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
namespace nbl::asset
1414
{
1515

16-
class IBuffer : public core::IBuffer, public IDescriptor
16+
class IBuffer : public IDescriptor, public core::IBuffer
1717
{
1818
public:
1919
E_CATEGORY getTypeCategory() const override {return EC_BUFFER;}

0 commit comments

Comments
 (0)