()
| 1024 | } |
| 1025 | |
| 1026 | @NotNull |
| 1027 | public Shader makeShader() { |
| 1028 | return makeShader(FilterTileMode.CLAMP, FilterTileMode.CLAMP, SamplingMode.DEFAULT, null); |
| 1029 | } |
| 1030 | |
| 1031 | @NotNull |
| 1032 | public Shader makeShader(@Nullable Matrix33 localMatrix) { |
nothing calls this directly
no test coverage detected