| 152 | } |
| 153 | |
| 154 | void Material::SetNormalMap(TextureHandle handle) { |
| 155 | MarkChanged(); |
| 156 | auto ul = LockWrite_(); |
| 157 | normalMap_ = handle; |
| 158 | } |
| 159 | |
| 160 | void Material::SetRoughnessMap(TextureHandle handle) { |
| 161 | MarkChanged(); |
no outgoing calls
no test coverage detected