We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e05533 commit 4ed18faCopy full SHA for 4ed18fa
common/include/nbl/examples/geometry/CSimpleDebugRenderer.hpp
@@ -246,7 +246,7 @@ class CSimpleDebugRenderer final : public core::IReferenceCounted
246
core::vector<IGPUDescriptorSet::SWriteDescriptorSet> writes;
247
core::vector<IGPUDescriptorSet::SDescriptorInfo> infos;
248
bool anyFailed = false;
249
- auto allocateUTB = [&](const IGeometry<const IGPUBuffer>::SDataView& view)->uint8_t
+ auto allocateUTB = [&](const IGeometry<const IGPUBuffer>::SDataView& view)->decltype(SubAllocatedDescriptorSet::invalid_value)
250
{
251
if (!view)
252
return SPackedGeometry::MissingView;
0 commit comments