载入中...
搜索中...
未找到
FrameGraphJobs.h 文件参考
#include "thread/JobSystem.h"
#include "vkbuilder/framegraph.hpp"
#include <chrono>
#include <cstdint>
#include <functional>
#include <thread>
#include <vector>

浏览源代码.

命名空间

namespace  eve
 
namespace  eve::graphics
 卡牌游戏 UI 工具模块:工厂 + 脚本绑定入口。 功能参考 ycarowr/UiCard:扇形手牌布局、抽牌/洗牌、悬浮放大、拖拽到落牌区、 敌方手牌(背面/偷看)、费用不足置灰,以及可实时调节的布局参数。 数据模型与渲染/交互逻辑见 CardTypes.h。
 
namespace  eve::graphics::vulkan
 

函数

vkb::PassRecordExecutor eve::graphics::vulkan::jobSystemPassExecutor (eve::thread::JobSystem *jobs)
 Build a vkb::PassRecordExecutor backed by the engine JobSystem.
 
void eve::graphics::vulkan::recordFrameGraphWithJobSystem (vkb::FrameGraph &graph, eve::thread::JobSystem *jobs)
 Record a vkb::FrameGraph with the engine JobSystem as the parallel recording executor.