fix unresolved reference error
This commit is contained in:
@@ -26,7 +26,7 @@ namespace OpenVulkano
|
||||
const unsigned int sz = std::size(entriesCount);
|
||||
for (unsigned int i = 0; i < sz; i++)
|
||||
{
|
||||
RegisterShaderTable(reinterpret_cast<const ShaderTableEntry*>(entries[i]), entriesCount[i]);
|
||||
RegisterShaderTable(reinterpret_cast<const ShaderTableEntry*>(entries[i]), *entriesCount[i]);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user