sampledViewIfMade property
GPUTextureView?
get
sampledViewIfMade
sampledView if anything has asked for it, without making one.
What a release asks: the view is what the device's bind group cache holds, and a texture never sampled is in no bind group.
Implementation
GPUTextureView? get sampledViewIfMade => _sampledView;