jonnerloller / kurobako

Small Game-Engine / Renderer Project
GNU General Public License v3.0
0 stars 0 forks source link

Would like to be able to draw a textured Quad with specific uvs #8

Open jonnerloller opened 6 years ago

jonnerloller commented 6 years ago

Basically, first feature request for the graphics guy is a function that lets me draw a textured Quad on teh screen, with specific uvs.

Things to be done to support the features Texture Loading Passing uv info to shader Passing object transform to shader

something basic will do