Multisampling implementation using the max samples the GPU supports

This commit is contained in:
2024-11-21 23:54:07 -06:00
parent 2631bbbaba
commit aa53a80fce
22 changed files with 156 additions and 50 deletions

View File

@@ -10,5 +10,6 @@ public:
static void cleanupSwapChain();
static void init_imgui(VkInstance instance);
static void drawImGui();
static float getFloatBar();
};
} // namespace render_present