DrawTexture\Pro DrawTexturePro requires this
DrawTexturePro(texture, source, dest, Vector2Zero() , 0, WHITE);
So, when I used brace initialization Vector2{} I had a segment error.
Sometimes small things can become BIG Issues when you anger the compiler …
Happy coding and remember that bugs are dangerous if not spotted and eliminated or at least flagged clearly.