used VABConfigInfo at CreateMaterialInstance of TextRenderable

This commit is contained in:
2021-11-30 15:01:55 +08:00
parent f55186a9c8
commit e7ad21c82e
30 changed files with 142 additions and 117 deletions

View File

@@ -15,7 +15,6 @@ void GPUDevice::InitRenderPassManage()
void GPUDevice::ClearRenderPassManage()
{
SAFE_CLEAR(device_render_pass);
SAFE_CLEAR(render_pass_manage);
}