- Moved stb_image implementation section from .h file to a .c file
- stb_image is now built inside a project as a static library
- Added Texture and glTexture class ( no dx implementation yet ) - Added TextureRendererProgram to Renderer - Added LoadTexture to ResourceManager - Added TextureShader - Added awesomeface.png - Removed unused shader files from Sandbox/res - Fixed gladLoadGLLoader call in glGraphicsContext - Enabled alpha blending in glGraphicsContext - Added stb_image library