summaryrefslogtreecommitdiff
path: root/assets/shaders/vert.vert
AgeCommit message (Collapse)Author
2025-01-08first-pass replace cmake with makeJonathan Bradley
2023-10-02instancing now works as intendedJonathan Bradley
2023-09-28add torus and update models to not include vertex colorJonathan Bradley
2023-09-18checkpoint - first pass create texture pipelinesJonathan Bradley
2023-09-14Load model textures checkpoint.Jonathan Bradley
Refactors some Vulkan items related to CompGrBinds and EntityTypes. Adds some Vulkan globals related to textures. Adds a number of placeholder items: - Iffy use of setting Vulkan globals on instanced structs. - Unimplemented and inaccurate shaders - Iffy gltf sub-buffer logic (ignores vertex color data) - MipMap TODOs - TextureArray TODOs