mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2026-03-18 02:43:03 +00:00
Dump known material argument hashes
This commit is contained in:
@@ -15,9 +15,11 @@ namespace techset
|
||||
{
|
||||
public:
|
||||
std::string m_argument_name;
|
||||
bool m_argument_index_specified;
|
||||
size_t m_argument_index;
|
||||
|
||||
ShaderArgument();
|
||||
explicit ShaderArgument(std::string argumentName);
|
||||
ShaderArgument(std::string argumentName, size_t argumentIndex);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user