| 406 | } |
| 407 | |
| 408 | Type ScalarType( const Type& type ) |
| 409 | { |
| 410 | Type scalarType = type; |
| 411 | scalarType.width = scalarType.height = 1; |
| 412 | return scalarType; |
| 413 | } |
| 414 | |
| 415 | Type MslTextureTemplateType( const Type& textureType ) |
| 416 | { |
no outgoing calls
no test coverage detected