* The current amount of samples used for multisample anti-aliasing. * * @type {Number}
()
| 144 | */ |
| 145 | |
| 146 | get multisampling() { |
| 147 | |
| 148 | return this.inputBuffer.samples; |
| 149 | |
| 150 | } |
| 151 | |
| 152 | /** |
| 153 | * Sets the amount of MSAA samples. |
nothing calls this directly
no test coverage detected