optimized codes of Texture Loader

This commit is contained in:
2022-01-05 11:26:24 +08:00
parent 89d27962b2
commit 7c575e6e37
10 changed files with 136 additions and 125 deletions

View File

@@ -92,7 +92,7 @@ private:
{
const VkExtent2D extent=sc_render_target->GetExtent();
cam.vp_width=cam.width=extent.width;
cam.vp_width =cam.width =extent.width;
cam.vp_height=cam.height=extent.height;
cam.Refresh();