Is it more efficient to use WebGL to draw images compared to JS .drawImage()?

Viewed 28

Displaying around 30 images on the canvas every 60fps, for a game. (Either redrawing the same images, or deleting those and drawing new ones.) Which one is more performant?

JS drawImage, or recreating it in WebGL.

0 Answers
Related