feat: allow changing the texture wrap settings

This commit is contained in:
Wellinator
2024-01-31 14:27:48 -03:00
parent ab08a385a6
commit 9b24ea3bb6
2 changed files with 8 additions and 2 deletions
@@ -62,7 +62,8 @@ class Texture {
/** Set texture wrapping */
void setWrapSettings(const TextureWrap t_horizontal,
const TextureWrap t_vertical);
const TextureWrap t_vertical, int minu = 0, int minv = 0,
int maxu = 0, int maxv = 0);
// ----
// Other