FCT
载入中...
搜索中...
未找到
FCTAPI.h
浏览该文件的文档.
1//
2// Created by Administrator on 2025/2/27.
3//
4
5#ifndef TUTORIAL_FCTAPI_H
6#define TUTORIAL_FCTAPI_H
7#include "ThirdParty.h"
8#include "headers.h"
9#ifdef FCT_ANDROID
10#include "./UI/Android_Window.h"
12#endif
13#ifdef FCT_USE_VULKAN
17#include "./RHI/VK_Swapchain.h"
24#include "./RHI/VK_BlendState.h"
27#include "./RHI/VK_PassGroup.h"
28#include "./RHI/VK_Image.h"
30#include "./RHI/VK_Pass.h"
36#include "./RHI/VK_Semaphore.h"
37#include "./RHI/VK_Fence.h"
45#include "./RHI/VK_Sampler.h"
48//#include "./Context/VK_Image.h"
51#endif
52//#include "./Runtime/FCT_Runtime.h"
53#ifdef FCT_ANDROID
55#endif
56#ifdef FCT_USE_GLFW
57#include "./UI/GLFW_Window.h"
58#include "./UI/GLFW_UICommon.h"
59#endif
60#ifdef FCT_USE_SHADERC
62#endif
63#ifdef FCT_USE_FREEIMAGE
65#endif
66#ifdef FCT_USE_ASSIMP
68#endif
69
70#endif //TUTORIAL_FCTAPI_H