normalPlaceholder static method

Texture normalPlaceholder(
  1. Texture? texture
)

Implementation

static gpu.Texture normalPlaceholder(gpu.Texture? texture) {
  return texture ?? getNormalPlaceholderTexture();
}