getTexture method

Texture? getTexture(
  1. String name
)

Reads back a previously-set texture binding, or null when none is set.

Implementation

gpu.Texture? getTexture(String name) => _textures[name]?.texture;