renamed many values and function's name.

This commit is contained in:
2024-04-27 01:07:44 +08:00
parent bbf94767fe
commit ad330f3a42
13 changed files with 52 additions and 59 deletions

View File

@@ -64,7 +64,8 @@ class IndexBuffer;
struct IndexBufferAccess
{
IndexBuffer *buffer=nullptr;
VkDeviceSize offset=0;
VkDeviceSize start=0;
VkDeviceSize count=0;
};
using IBAccess=IndexBufferAccess;