What is the difference between BeginTextureMode() and DrawTexture in raylib?
Beginner here. I’ve noticed two approaches to drawing new textures to the screen in raylib, firstly using DrawTexture directly in the drawing stage:
Beginner here. I’ve noticed two approaches to drawing new textures to the screen in raylib, firstly using DrawTexture directly in the drawing stage: