| 126 | return m_convertType(M4::HLSLBaseType_UserDefined, type.c_str()); |
| 127 | } |
| 128 | bool HLSLCompiler::m_isTypeActuallyStruct(HLSLCompiler::ExpressionType type) |
| 129 | { |
| 130 | return type.Type == ag::Type::Object || (type.Rows * type.Columns != 1); |
| 131 | } |
| 132 | |
| 133 | char* stralloc(const std::string& str) |
| 134 | { |
nothing calls this directly
no outgoing calls
no test coverage detected