@@ -81,7 +81,7 @@ class NBL_API2 CPropertyPoolHandler final : public core::IReferenceCounted, publ
81
81
};
82
82
// Fence must be not pending yet, `cmdbuf` must be already in recording state.
83
83
[[nodiscard]] bool transferProperties (
84
- IGPUCommandBuffer* const cmdbuf, IGPUFence* const fence,
84
+ IGPUCommandBuffer* const cmdbuf, // IGPUFence* const fence,
85
85
const asset::SBufferBinding<video::IGPUBuffer>& scratch, const asset::SBufferBinding<video::IGPUBuffer>& addresses,
86
86
const TransferRequest* const requestsBegin, const TransferRequest* const requestsEnd,
87
87
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
177
177
system::logger_opt_ptr logger, const std::chrono::steady_clock::time_point& maxWaitPoint=std::chrono::steady_clock::now()+std::chrono::microseconds(500u)
178
178
);
179
179
#endif
180
-
181
- #if 0 // TODO: freeing properties
180
+
181
+ // TODO: freeing properties
182
+ #if 0
182
183
// utility to help you fill out the tail move scatter request after the free, properly, returns if you actually need to transfer anything
183
184
static inline bool freeProperties(IPropertyPool* pool, UpStreamingRequest* requests, const uint32_t* indicesBegin, const uint32_t* indicesEnd, uint32_t* srcAddresses, uint32_t* dstAddresses)
184
185
{
@@ -213,7 +214,7 @@ class NBL_API2 CPropertyPoolHandler final : public core::IReferenceCounted, publ
213
214
214
215
uint32_t m_alignment;
215
216
};
216
- #endif
217
217
218
218
}
219
- #endif
219
+
220
+ #endif
0 commit comments