Skip to content

Commit c44bb49

Browse files
committed
Fix merge build issues
1 parent 3570c03 commit c44bb49

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

include/nbl/video/utilities/CPropertyPoolHandler.h

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ class NBL_API2 CPropertyPoolHandler final : public core::IReferenceCounted, publ
8181
};
8282
// Fence must be not pending yet, `cmdbuf` must be already in recording state.
8383
[[nodiscard]] bool transferProperties(
84-
IGPUCommandBuffer* const cmdbuf, IGPUFence* const fence,
84+
IGPUCommandBuffer* const cmdbuf, //IGPUFence* const fence,
8585
const asset::SBufferBinding<video::IGPUBuffer>& scratch, const asset::SBufferBinding<video::IGPUBuffer>& addresses,
8686
const TransferRequest* const requestsBegin, const TransferRequest* const requestsEnd,
8787
system::logger_opt_ptr logger, const uint32_t baseDWORD=0u, const uint32_t endDWORD=~0ull
@@ -177,8 +177,9 @@ class NBL_API2 CPropertyPoolHandler final : public core::IReferenceCounted, publ
177177
system::logger_opt_ptr logger, const std::chrono::steady_clock::time_point& maxWaitPoint=std::chrono::steady_clock::now()+std::chrono::microseconds(500u)
178178
);
179179
#endif
180-
181-
#if 0 // TODO: freeing properties
180+
181+
// TODO: freeing properties
182+
#if 0
182183
// utility to help you fill out the tail move scatter request after the free, properly, returns if you actually need to transfer anything
183184
static inline bool freeProperties(IPropertyPool* pool, UpStreamingRequest* requests, const uint32_t* indicesBegin, const uint32_t* indicesEnd, uint32_t* srcAddresses, uint32_t* dstAddresses)
184185
{
@@ -213,7 +214,7 @@ class NBL_API2 CPropertyPoolHandler final : public core::IReferenceCounted, publ
213214

214215
uint32_t m_alignment;
215216
};
216-
#endif
217217

218218
}
219-
#endif
219+
220+
#endif

0 commit comments

Comments
 (0)