MQEngine
载入中...
搜索中...
未找到
GraphViewInsight.h
浏览该文件的文档.
1//
2// Created by Administrator on 2025/8/18.
3//
4
5#ifndef GRAPHVIEWINSIGHT_H
6#define GRAPHVIEWINSIGHT_H
8#include <Engine/headers.h>
9
10
11namespace MQEngine {
13 public:
14 GraphViewInsight(FCT::ImguiContext* imguiCtx);
15 void keepImage(FCT::RenderGraph* graph);
16 void render();
17 private:
18 FCT::ImguiContext* m_imguiCtx;
19 };
20}
21
22
23#endif //GRAPHVIEWINSIGHT_H
A header file containing third party libraries and macros for platform
GraphViewInsight(FCT::ImguiContext *imguiCtx)
定义 GraphViewInsight.cpp:10
void keepImage(FCT::RenderGraph *graph)
定义 GraphViewInsight.cpp:15
void render()
定义 GraphViewInsight.cpp:24
FCT::ImguiContext * m_imguiCtx
定义 GraphViewInsight.h:18
定义 application.h:3