renamed values.

This commit is contained in:
2024-04-21 01:28:45 +08:00
parent 0b1a0cadae
commit f0c47cd4f1
4 changed files with 8 additions and 8 deletions

View File

@@ -77,7 +77,7 @@ VBO *GPUDevice::CreateVBO(VkFormat format,uint32_t count,const void *data,Sharin
return(new VertexAttribBuffer(attr->device,buf,format,stride,count));
}
const IndexType GPUDevice::GetIndexType(const VkDeviceSize &vertex_count)const
const IndexType GPUDevice::ChooseIndexType(const VkDeviceSize &vertex_count)const
{
if(vertex_count<=0)return(IndexType::ERR);