Skip to content

Commit 2df883e

Browse files
committed
add IUtilities::getLogger getter
1 parent ee3fafe commit 2df883e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

include/nbl/video/utilities/IUtilities.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,9 @@ class NBL_API2 IUtilities : public core::IReferenceCounted
144144
//!
145145
inline ILogicalDevice* getLogicalDevice() const { return m_device.get(); }
146146

147+
//!
148+
inline system::ILogger* getLogger() const { return m_logger.getRaw(); }
149+
147150
//!
148151
inline StreamingTransientDataBufferMT<>* getDefaultUpStreamingBuffer()
149152
{

0 commit comments

Comments
 (0)