Add initial support for compute pipelines
This commit is contained in:
committed by
Jérôme Leclercq
parent
e4064997d8
commit
9578ba3ef5
@@ -88,7 +88,7 @@ namespace Nz
|
||||
if (location == -1)
|
||||
continue;
|
||||
|
||||
m_program.Uniform(location, static_cast<int>(explicitBinding.binding)); //< FIXME: Use SafeCast
|
||||
m_program.Uniform(location, SafeCast<int>(explicitBinding.binding));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user