added PipelineCacheCreateInfo struct.

This commit is contained in:
2022-10-28 17:57:09 +08:00
parent f8646ca880
commit 8fc83ba9b3
10 changed files with 16 additions and 19 deletions

View File

@@ -262,7 +262,7 @@ private:
}
Sampler *CreateSampler(Texture *tex)
{
{
VkSamplerCreateInfo sci=
{
VK_STRUCTURE_TYPE_SAMPLER_CREATE_INFO,