oh my god it compiles. A month of brainstorming comes out to a single enum

This commit is contained in:
2020-02-06 23:38:28 -08:00
parent 1597f0e380
commit cd0c1e6052
4 changed files with 148 additions and 56 deletions

View File

@@ -42,7 +42,14 @@ Drawable needs a few things:
The handle is queiried and then turned into a descriptor set in the draw_commands.
* What if I pass using function params? But then how do I store???
==== Problem ====
I need to store vectors of multiple unequal types in a vec
vec<vec<T>>
Why can't I pass in
--------------------