spacegame/shader_src
noah metz 86f9f9b911 Fixed crash, it was because without material descriptor set in the layout I was trying to bind to index 2 with only 2 sets 2024-01-09 23:06:08 -07:00
..
basic.frag First triangle 2024-01-07 22:27:53 -07:00
basic.vert Added more movement 2024-01-08 17:37:52 -07:00
texture.frag Fixed crash, it was because without material descriptor set in the layout I was trying to bind to index 2 with only 2 sets 2024-01-09 23:06:08 -07:00
texture.vert Added textured material with per-vertex UV, but no texture images yet 2024-01-08 20:32:47 -07:00
triangle.vert Updated to use vertex buffer for color/position of 2d vertices 2024-01-08 09:44:47 -07:00