KTX2 is like a container format. Various other things can be inside. Most are also part of vulkan, a
KTX2 is like a container format. Various other things can be inside. Most are also part of vulkan, and are likely supported on the GPU natively
var ps = _assimp.CreatePropertyStore();
_assimp.SetImportPropertyInteger(ps, "PP_SBBC_MAX_BONES", 6);
var scene = _assimp.ImportFile(path, (uint)Assimp.PostProcessSteps.SplitByBoneCount);