shaders property

  1. @override
ShaderLibrary get shaders

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
ShaderLibrary get shaders => _library;