FCT
载入中...
搜索中...
未找到
Window.h 文件参考
Window.h 的引用(Include)关系图:
此图展示该文件被哪些文件直接或间接地引用了:

浏览该文件的源代码.

class  FCT::WindowBehavior
class  FCT::SwapchainTargetWrapper
struct  FCT::WindowModule::Swapchain
struct  FCT::WindowModule::AutoViewport
struct  FCT::WindowModule::DepthStencil
class  FCT::Window
class  FCT::SetParamWindowBehavior

命名空间

namespace  FCT
namespace  FCT::RHI
namespace  FCT::WindowModule

类型定义

using FCT::VFuncII = std::function<void(int,int)>

枚举

enum class  FCT::WindowCreateFlag { FCT::withDefaultDepthStencil = 1 << 0 , FCT::withAutoViewport = 1 << 1 , FCT::defaultConfig = withDefaultDepthStencil | withAutoViewport }

函数

 FCT::FCT_DECLARE_FLAGS (WindowCreateFlag)