#include "gfx_webgpu.hpp" bool GFXDummy::is_supported() { return true; } const char* GFXDummy::get_name() { return "Dummy"; } bool GFXDummy::initialize(const GFXCreateInfo& createInfo) { return true; }