From 217f712ca59c0c8eb9f4a10a9aff85e48dcb9add Mon Sep 17 00:00:00 2001 From: hyzboy Date: Sun, 18 Oct 2020 18:43:28 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=A9=E5=B0=8F=E7=A6=BB=E5=B1=8F=E5=B0=BA?= =?UTF-8?q?=E5=AF=B8=EF=BC=8C=E4=BB=A5=E7=AA=81=E6=98=BE=E7=BB=93=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- example/Vulkan/OffscreenRender.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/Vulkan/OffscreenRender.cpp b/example/Vulkan/OffscreenRender.cpp index 026c86ec..7a5a3a70 100644 --- a/example/Vulkan/OffscreenRender.cpp +++ b/example/Vulkan/OffscreenRender.cpp @@ -4,7 +4,7 @@ using namespace hgl; using namespace hgl::graph; -constexpr uint OFFSCREEN_SIZE =512; +constexpr uint OFFSCREEN_SIZE =64; constexpr uint SCREEN_WIDTH =1024; constexpr uint SCREEN_HEIGHT =(SCREEN_WIDTH/16)*9;