放弃画3d,修改平台代码

This commit is contained in:
xsl
2025-09-18 11:40:35 +08:00
parent fc9f9d7054
commit 203b211bde
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -409,8 +409,8 @@ class ApiVulkanSample : public vkb::VulkanSampleC
public:
bool prepared = false;
uint32_t width = 1280;
uint32_t height = 720;
uint32_t width = 480;
uint32_t height = 480;
VkClearColorValue default_clear_color = {{0.002f, 0.002f, 0.002f, 1.0f}};
+1 -1
View File
@@ -72,7 +72,7 @@ class Window
Mode mode = Mode::Default;
bool resizable = true;
Vsync vsync = Vsync::Default;
Extent extent = {1280, 720};
Extent extent = {480, 480};
};
/**