| 4567 | } |
| 4568 | |
| 4569 | inline bool IsSwizzle(char c) |
| 4570 | { |
| 4571 | return c == 'x' || c == 'y' || c == 'z' || c == 'w' || |
| 4572 | c == 'r' || c == 'g' || c == 'b' || c == 'a'; |
| 4573 | } |
| 4574 | |
| 4575 | bool HLSLParser::GetMemberType(const HLSLType& objectType, HLSLMemberAccess* memberAccess) |
| 4576 | { |