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