Remove rune tracking for string cache, + vecache deharcoding atlas...

Shapers as well
This commit is contained in:
2025-01-06 17:21:16 -05:00
parent 0350a0c282
commit bf38087d8e
13 changed files with 395 additions and 377 deletions

View File

@@ -643,6 +643,14 @@ to_str_runes_pair :: proc {
to_str_runes_pair_via_string,
}
vec2 :: proc {
vec2_from_f32s,
vec2_from_scalar,
// vec2_64_from_vec2,
vec2_from_vec2i,
vec2i_from_vec2
}
vec3 :: proc {
vec3_via_f32s,
bivec3_to_vec3,