renamed to JointID/JointWeight instead of BoneID/BoneWeight

This commit is contained in:
2023-05-13 03:14:38 +08:00
parent aa217c6fc5
commit 8340209697
7 changed files with 34 additions and 31 deletions

View File

@@ -47,7 +47,7 @@ bool GPUDevice::Resize(const VkExtent2D &extent)
swapchainRT=CreateSwapchainRenderTarget();
return(true);
return(swapchainRT);
}
VkCommandBuffer GPUDevice::CreateCommandBuffer()