noggit goes bindless, first test

This commit is contained in:
sshumakov3
2021-08-22 21:45:55 +03:00
parent baab65de22
commit 64ee9c89b0
7 changed files with 238 additions and 8 deletions

View File

@@ -268,6 +268,7 @@ void TextureSet::bindTexture(size_t id, size_t activeTexture, std::array<int, 4
textures[id]->bind();
textures_bound[id] = textures[id]->id();
}
}
math::vector_2d TextureSet::anim_uv_offset(int id, int animtime) const