Kromster80 / kam_remake

"KaM Remake" is an RTS game remake written in Delphi from scratch.
http://www.kamremake.com
GNU Affero General Public License v3.0
355 stars 88 forks source link

Add global BindTexture procedure, which do not apply bind for same texture #414

Closed reyandme closed 7 years ago

reyandme commented 7 years ago

Same as for DoTiles optimisation, but in global scope: added facade method TRender.BindTexture, which should be used every time we need to try bind a texture.