7 Commits

Author SHA1 Message Date
connellpaxton
ef1bceb388 Texture creation and binding works! 2024-01-28 12:30:42 -05:00
Conál
4012425d35 Made small ray tracer with a sphere to test fragment shading and uniform buffers 2024-01-28 10:01:39 -05:00
connellpaxton
063f908d60 Fixed really annoying colorblend issue caused by me setting two greens and no blues in my colorwritemask 2024-01-26 14:51:41 -05:00
connellpaxton
c4c796c98e Fixed pipeline and shaders.
Can now view 3D objects
2024-01-26 14:14:25 -05:00
connellpaxton
764044b01e First attempt at negative viewport, its not quite working for some reason (yet) 2024-01-26 10:52:20 -05:00
connellpaxton
9ffe7c14de Fixed all validation errors on Windows machine. 2024-01-25 20:33:45 -05:00
connellpaxton
c9e2877530 Added shader compilation to build process
Created mechanism to construct pipelines, still need to finish debugging that.
2024-01-25 17:07:47 -05:00