renamed to sc_fbo from render_frame

This commit is contained in:
2023-05-11 00:55:44 +08:00
parent e1cfc1e5b8
commit a97440e1fc
4 changed files with 11 additions and 11 deletions

View File

@@ -15,12 +15,12 @@ public:
VkSwapchainKHR swap_chain =VK_NULL_HANDLE;
uint32_t color_count=0;
uint32_t color_count =0;
Texture2D ** sc_color =nullptr;
Texture2D * sc_depth =nullptr;
Framebuffer ** render_frame =nullptr;
Framebuffer ** sc_fbo =nullptr;
public: