* Indicates whether depth-aware upsampling is enabled. * * @type {Boolean}
()
| 335 | */ |
| 336 | |
| 337 | get depthAwareUpsampling() { |
| 338 | |
| 339 | return this.defines.has("DEPTH_AWARE_UPSAMPLING"); |
| 340 | |
| 341 | } |
| 342 | |
| 343 | set depthAwareUpsampling(value) { |
| 344 |
nothing calls this directly
no test coverage detected