Moved vab_map_list and ibo_map from PrimitiveCreater to PrimitiveData
This commit is contained in:
@@ -52,7 +52,7 @@ public:
|
||||
|
||||
const IndexType GetType()const{return buffer->GetType();}
|
||||
|
||||
void Set(IndexBuffer *ib,const int32_t index_offset,const uint32_t count)
|
||||
void SetIBO(IndexBuffer *ib,const int32_t index_offset,const uint32_t count)
|
||||
{
|
||||
VKBufferMap<IndexBuffer>::Set(ib,index_offset,ib->GetStride(),count);
|
||||
}
|
||||
|
Reference in New Issue
Block a user