fixing buffers issue

This commit is contained in:
Kbz-8
2025-05-02 01:25:37 +02:00
parent 5eb5821c2a
commit 6862ce0c18
4 changed files with 13 additions and 18 deletions

View File

@@ -18,7 +18,7 @@ namespace Scop
{
case ImageType::Color: kvf_type = KVF_IMAGE_COLOR; break;
case ImageType::Depth: kvf_type = KVF_IMAGE_DEPTH; break;
case ImageType::Cube: kvf_type = KVF_IMAGE_CUBE; break;
case ImageType::Cube: kvf_type = KVF_IMAGE_CUBE; break;
default: break;
}