放弃画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}};