mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-09-05 16:27:27 +00:00
fix: formatting
This commit is contained in:
@@ -13,4 +13,4 @@ namespace shader
|
||||
{
|
||||
return std::format("shader_bin/vs_{}.cso", assetName);
|
||||
}
|
||||
} // namespace phys_constraints
|
||||
} // namespace shader
|
||||
|
@@ -13,4 +13,4 @@ namespace techset
|
||||
{
|
||||
return std::format("techsets/{}.techset", assetName);
|
||||
}
|
||||
} // namespace phys_constraints
|
||||
} // namespace techset
|
||||
|
@@ -6,4 +6,4 @@ namespace techset
|
||||
{
|
||||
std::string GetFileNameForTechniqueName(const std::string& assetName);
|
||||
std::string GetFileNameForTechsetName(const std::string& assetName);
|
||||
}
|
||||
} // namespace techset
|
||||
|
Reference in New Issue
Block a user