diff --git a/offscreen/offscreen.cpp b/offscreen/offscreen.cpp index 1ce7747a..7098dee8 100644 --- a/offscreen/offscreen.cpp +++ b/offscreen/offscreen.cpp @@ -483,9 +483,6 @@ public: models.example.loadFromFile(getAssetPath() + "models/chinesedragon.dae", vertexLayout, 0.3f, vulkanDevice, queue); // Textures - std::string texFormatSuffix; - VkFormat texFormat; - // Get supported compressed texture format if (vulkanDevice->features.textureCompressionBC) { textures.colorMap.loadFromFile(getAssetPath() + "textures/darkmetal_bc3_unorm.ktx", VK_FORMAT_BC3_UNORM_BLOCK, vulkanDevice, queue); }