mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2026-03-25 22:13:02 +00:00
feat: add t6 vertexdecl sub asset creator
This commit is contained in:
@@ -234,6 +234,11 @@ namespace techset
|
||||
class CommonVertexDeclaration
|
||||
{
|
||||
public:
|
||||
CommonVertexDeclaration() = default;
|
||||
explicit CommonVertexDeclaration(std::vector<CommonStreamRouting> routing);
|
||||
|
||||
void SortRoutingEntries();
|
||||
|
||||
std::vector<CommonStreamRouting> m_routing;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user