whitePlaceholder static method
Returns texture if non-null, otherwise getWhitePlaceholderTexture.
Implementation
static gpu.Texture whitePlaceholder(gpu.Texture? texture) {
return texture ?? getWhitePlaceholderTexture();
}
Returns texture if non-null, otherwise getWhitePlaceholderTexture.
static gpu.Texture whitePlaceholder(gpu.Texture? texture) {
return texture ?? getWhitePlaceholderTexture();
}