noah metz
|
7f8b4e449b
|
Added texture_set_add to load an image from CPU memory to a TextureSet
|
2024-01-16 15:36:00 -07:00 |
noah metz
|
11c135d696
|
Added QueueStruct for holding VkQueue + family + index
|
2024-01-16 15:09:33 -07:00 |
noah metz
|
87141577f9
|
Bindless textures
|
2024-01-13 16:37:29 -07:00 |
noah metz
|
91731d933d
|
Moved from material abstraction to pipeline abstraction, need to implement bindless textures\n
|
2024-01-13 12:32:17 -07:00 |
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 |
noah metz
|
b9befc50a2
|
Made material/mesh descriptor bindings parameters of the material
|
2024-01-09 12:33:38 -07:00 |
noah metz
|
e5842f3ef5
|
Added textured material with per-vertex UV, but no texture images yet
|
2024-01-08 20:32:47 -07:00 |