3#include <EditorPluginAssets/EditorPluginAssetsDLL.h>
4#include <EditorPluginAssets/Util/AssetUtils.h>
5#include <RendererCore/Meshes/MeshBufferUtils.h>
9namespace plModelImporter2
12 enum class TextureSemantic : plInt8;
15namespace plMeshImportUtils
17 PL_EDITORPLUGINASSETS_DLL
plString ImportOrResolveTexture(
const char* szImportSourceFolder,
const char* szImportTargetFolder,
const char* szTexturePath, plModelImporter2::TextureSemantic hint,
bool bTextureClamp);
A hybrid array uses in-place storage to handle the first few elements without any allocation....
Definition HybridArray.h:12
Definition MeshResourceDescriptor.h:9
plStringView represent a read-only sub-string of a larger string, as it can store a dedicated string ...
Definition StringView.h:34