增加noise32纹理

This commit is contained in:
hyzboy 2019-08-01 15:55:56 +08:00
parent e116015d8a
commit f47498ad5a
2 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ private:
bool InitTexture()
{
texture=vulkan::LoadTGATexture(OS_TEXT("res/image/Gear.tga"),device);
texture=vulkan::LoadTGATexture(OS_TEXT("res/image/noise32.tga"),device);
return texture;
}

BIN
res/image/noise32.tga Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB