shader property

FragmentShader? get shader

The GLSL shader instance used to compute windowing on the GPU.

Implementation

ui.FragmentShader? get shader => _shader;