| 37 | |
| 38 | #ifndef NDEBUG |
| 39 | static bool is_socket_float3(const SocketType &socket) |
| 40 | { |
| 41 | return socket.type == SocketType::COLOR || socket.type == SocketType::POINT || |
| 42 | socket.type == SocketType::VECTOR || socket.type == SocketType::NORMAL; |
| 43 | } |
| 44 | |
| 45 | static bool is_socket_array_float3(const SocketType &socket) |
| 46 | { |
no outgoing calls
no test coverage detected