removed VertexColor2D.h

This commit is contained in:
2023-05-16 15:27:51 +08:00
parent 35844d52bc
commit c8dbd40333
7 changed files with 7 additions and 15 deletions

View File

@@ -174,7 +174,7 @@ public:
const int Find(const VkFormat fmt)const
{
for(int i=0;i<count;i++)
for(uint i=0;i<count;i++)
if(fmt==formats[i])
return i;
@@ -192,7 +192,7 @@ public:
const int Find(const VkColorSpaceKHR cs)const
{
for(int i=0;i<count;i++)
for(uint i=0;i<count;i++)
if(cs==colorspaces[i])
return i;