MattDirty / doom_nukem

0 stars 0 forks source link

put_pixel/get_pixel optimisation #34

Closed roflolilolmao closed 5 years ago

roflolilolmao commented 5 years ago

Since those functions are called hundreds of times per frame, they deserve to be as fast as possible.

Blocked by #33