Remove unused comment [skip appveyor][skip travis]

This commit is contained in:
halx99 2020-08-29 16:59:15 +08:00
parent 32549195cf
commit d147190d8a
1 changed files with 0 additions and 1 deletions

View File

@ -51,7 +51,6 @@ class VertexLayout;
*/
struct TextureInfo
{
// TextureInfo(const std::vector<uint32_t>& _slots, const std::vector<backend::TextureBackend*> _textures);
TextureInfo(std::vector<uint16_t>&& _slots, std::vector<backend::TextureBackend*>&& _textures);
TextureInfo(std::vector<uint16_t>&& _slots, std::vector<uint16_t>&& _indexs, std::vector<backend::TextureBackend*>&& _textures);
TextureInfo() = default;