a lot of rename

This commit is contained in:
2020-10-21 12:39:22 +08:00
parent a20afeba9e
commit 0e56a6b00c
69 changed files with 304 additions and 304 deletions

View File

@@ -14,17 +14,17 @@ VK_NAMESPACE_BEGIN
*/
class Renderable
{
struct BufferData
struct GPUBufferData
{
VAB *buf;
VkDeviceSize offset;
public:
CompOperatorMemcmp(const BufferData &);
CompOperatorMemcmp(const GPUBufferData &);
};
Map<UTF8String,BufferData> buffer_list;
Map<UTF8String,GPUBufferData> buffer_list;
protected: