shaders property

  1. @override
FakeShaderLibrary shaders
final

The compiled bundle this device was built with.

On the device rather than on RenderServices because it is a property of the backend, not of the renderer: it is where a ShaderHandle comes from, and a handle from one device means nothing to another.

Implementation

@override
final FakeShaderLibrary shaders;