FCT
载入中...
搜索中...
未找到
SwapchainEvent.h
浏览该文件的文档.
1//
2// Created by Administrator on 2025/7/28.
3//
4
5#ifndef SWAPCHAINEVENT_H
6#define SWAPCHAINEVENT_H
7namespace FCT
8{
9 namespace RHI
10 {
11 class Swapchain;
12 }
14 {
15 struct Recreate
16 {
17 uint32_t width;
18 uint32_t height;
20 };
21 }
22}
23#endif //SWAPCHAINEVENT_H