Fixing staging buffers not getting deleted
remove vgcore
This commit is contained in:
@@ -30,7 +30,9 @@ void FontAsset::save(ArchiveBuffer& buffer) const
|
||||
Array<uint8> textureData;
|
||||
ktxTexture2* kTexture;
|
||||
ktxTextureCreateInfo createInfo = {
|
||||
.glInternalformat = 0,
|
||||
.vkFormat = (uint32_t)glyph.texture->getFormat(),
|
||||
.pDfd = nullptr,
|
||||
.baseWidth = glyph.texture->getSizeX(),
|
||||
.baseHeight = glyph.texture->getSizeY(),
|
||||
.baseDepth = glyph.texture->getSizeZ(),
|
||||
|
||||
Reference in New Issue
Block a user