This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
raylib-render-extras - Some render functions that avoids extra overhead when rendering multiple instances. | |
Tested with Raylib 4.2 might work with other versions | |
See https://youtu.be/2EOjGwhYXds?si=fcJzO1VjbLQ1dzRW&t=319 for a brief explanation of the functions | |
Copyright (c) 2024 Lingon Studios | |
The code is derived from Raylib Copyright (c) 2013-2024 Ramon Santamaria (@raysan5) | |
This software is provided "as-is", without any express or implied warranty. In no event |