Searched refs:GetIndexType (Results 1 – 2 of 2) sorted by relevance
230 VkIndexType GetIndexType();
1062 VkIndexType VkIndexBufferObj::GetIndexType() { return m_indexType; } in GetIndexType() function in VkIndexBufferObj1544 vkCmdBindIndexBuffer(handle(), indexBuffer->handle(), offset, indexBuffer->GetIndexType()); in BindIndexBuffer()