Skip to content

Commit 0ce6cfc

Browse files
author
devsh
committed
fix a small bug in template code
1 parent 565bf0e commit 0ce6cfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/nbl/video/ILogicalDevice.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ class NBL_API2 ILogicalDevice : public core::IReferenceCounted, public IDeviceMe
406406
const uint32_t* const pMaxPrimitiveCounts
407407
) const
408408
{
409-
if (invalidFeaturesForASBuild<Geometry::buffer_t>(motionBlur))
409+
if (invalidFeaturesForASBuild<typename Geometry::buffer_t>(motionBlur))
410410
{
411411
NBL_LOG_ERROR("Required features are not enabled");
412412
return {};

0 commit comments

Comments
 (0)