From 5d61707b4d359b658c1fbd6fca6f96093d7eb23c Mon Sep 17 00:00:00 2001 From: hyzboy Date: Wed, 10 Jul 2019 23:24:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E8=8C=83=E4=BE=8B=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E5=90=8D=E6=B2=A1=E6=9C=89=E6=9B=B4=E6=96=B0=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- example/Vulkan/texture_rect.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/Vulkan/texture_rect.cpp b/example/Vulkan/texture_rect.cpp index fa814d5e..d8459fef 100644 --- a/example/Vulkan/texture_rect.cpp +++ b/example/Vulkan/texture_rect.cpp @@ -92,7 +92,7 @@ private: render_obj=material->CreateRenderable(VERTEX_COUNT); descriptor_sets=material->CreateDescriptorSets(); - texture=vulkan::LoadTGATexture(OS_TEXT("lena.tga"),device); + texture=vulkan::LoadTGATexture(OS_TEXT("res/image/lena.tga"),device); VkSamplerCreateInfo sampler_create_info;