Hacker News new | ask | show | jobs
by exDM69 4579 days ago
You do need shaders for pretty much everything.

But if you only want to draw a rectangle with a solid color, you can do that using the scissor test and clearing "the screen". But that's about all you can do without shaders.