()
| 922 | } |
| 923 | |
| 924 | @NotNull |
| 925 | public Shader makeShader() { |
| 926 | return makeShader(FilterTileMode.CLAMP, FilterTileMode.CLAMP, SamplingMode.DEFAULT, null); |
| 927 | } |
| 928 | |
| 929 | @NotNull |
| 930 | public Shader makeShader(@Nullable Matrix33 localMatrix) { |
nothing calls this directly
no test coverage detected