use VKStruct.h/VKImageCreateInfo.h

This commit is contained in:
2020-09-27 20:58:25 +08:00
parent e76234a01a
commit cc7f462f85
20 changed files with 86 additions and 268 deletions

View File

@@ -297,6 +297,13 @@ namespace hgl
}
}
if(cci->has_color)
{
AutoDelete<VB4f> color=rc.CreateVADA<VB4f>(VAN::Color);
if(color)color->Fill(cci->color,24);
}
rc.CreateIBO16(6*2*3,indices);
return rc.Finish();
}