()
| 218 | } |
| 219 | |
| 220 | @NotNull |
| 221 | public Shader makeShader() { |
| 222 | return makeShader(FilterTileMode.CLAMP, FilterTileMode.CLAMP, SamplingMode.DEFAULT, null); |
| 223 | } |
| 224 | |
| 225 | @NotNull |
| 226 | public Shader makeShader(@Nullable Matrix33 localMatrix) { |
no test coverage detected