In the official example: (raylib [textures] example - Sprite animation)
the way it is choosen as follows:
DrawTextureRec(scarfy, frameRec, position, WHITE); // Draw part of the texture
is it a performant way? The other game frameworks using different systems i only wanted to be sure.