Renamed bx::init::* tags.

This commit is contained in:
Бранимир Караџић
2023-04-22 22:22:34 -07:00
parent 6f38492f92
commit aa1a4aa1d1

View File

@@ -849,8 +849,8 @@ namespace bimg
const float kGoldenSection = 0.61803398875f;
float offset = kGoldenSection;
bx::Vec3 tangentX(bx::init::None);
bx::Vec3 tangentY(bx::init::None);
bx::Vec3 tangentX(bx::InitNone);
bx::Vec3 tangentY(bx::InitNone);
bx::calcTangentFrame(tangentX, tangentY, _dir);
for (uint32_t ii = 0; ii < kNumSamples; ++ii)