After searching far and wide, I came to the conclusion that I am the only person on the planet trying to do this, and an existing thread doesn't exist yet (unless I'm incredibly inept at answer finding).
I'm looking to repeat a texture across a single quad, but making the quad's size larger than the texture's size only stretches it. This seems like the kind of things SFML should already support since it can be done using a Sprite, but If that's the case then I can't seem to figure out how.
- Thanks in advance, Croc