debugBindGroupCount property

int get debugBindGroupCount

How many distinct bind groups this device has assembled. Diagnostic, for the reason debugSamplerCount is: the dynamic offset on a uniform block exists to keep this number small, and nothing else would notice if it stopped working.

Implementation

int get debugBindGroupCount => _bindGroups.length;