Add SpirvConstantCache
And unsigned int types for shaders
This commit is contained in:
@@ -96,7 +96,7 @@ namespace Nz
|
||||
}
|
||||
|
||||
template<typename T>
|
||||
unsigned int SpirvSection::CountWord(const T& value)
|
||||
unsigned int SpirvSection::CountWord(const T& /*value*/)
|
||||
{
|
||||
return 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user