走偏的一版

This commit is contained in:
2026-08-14 09:12:42 +08:00
parent cb32f72bc9
commit f5873855a3
24 changed files with 2428 additions and 1800 deletions
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,8 @@
#pragma once
#include "../common/Gallery_Scene_Interface.h"
#include <cstdint>
#include <memory>
#include <string>
namespace renderive::web {
[[nodiscard]] std::unique_ptr<Gallery_Scene_Interface> make_gallery_scene_2d(std::uint64_t session_id, std::string case_id, Gallery_Frame_Mode mode, bool automatic_low_latency);
}