Minor fixes

This commit is contained in:
SirLynix
2022-05-05 20:20:44 +02:00
parent 973b589b08
commit 81085508ec
5 changed files with 7 additions and 6 deletions

View File

@@ -50,7 +50,7 @@ namespace Nz
m_buffer = bufferFactory(BufferType::Index, m_endOffset, usage, initialData);
}
unsigned int IndexBuffer::ComputeCacheMissCount()
UInt64 IndexBuffer::ComputeCacheMissCount()
{
IndexMapper mapper(*this);

View File

@@ -73,6 +73,7 @@ namespace Nz
{
switch (type)
{
case ComponentType::Color:
case ComponentType::Double1:
case ComponentType::Double2:
case ComponentType::Double3: