Renderer: Add mipmaps generation support

This commit is contained in:
SirLynix
2023-05-14 18:55:41 +02:00
parent 3712b641f8
commit 1d32af53c5
33 changed files with 488 additions and 183 deletions

View File

@@ -20,6 +20,7 @@ namespace Nz
{
case BufferType::Index:
case BufferType::Vertex:
case BufferType::Upload:
break; // TODO
case BufferType::Storage: