Включение необходимых файлов в проект для Visual Studio, а также небольшие исправления в микробенчмарке

This commit is contained in:
Andrey Pokidov 2026-01-28 02:48:11 +07:00
parent e1dce83d63
commit 0258f0a283
3 changed files with 25 additions and 1 deletions

View file

@ -52,7 +52,7 @@ BgcAffine3FP32* _create_bgc_affine3_random_list(int affine_amount)
position.shift.x2 = get_random_value_fp32();
position.shift.x3 = get_random_value_fp32();
bgc_position3_get_affine3_map_fp32(&position, &affines[i]);
bgc_position3_get_outward_affine_fp32(&position, &affines[i]);
}
return affines;