rendertargetvulkan

This commit is contained in:
Jorijn van der Graaf 2026-04-11 18:48:00 +02:00
commit 1c1a142f52
9 changed files with 221 additions and 146 deletions

View file

@ -21,9 +21,7 @@ export module Crafter.Graphics:ForwardDeclarations;
import std;
export namespace Crafter {
template<std::uint8_t Frames = 1>
struct RendertargetBase;
struct GridElement;
struct Window;
}