Function Shader.getDefaultTextureParam
Returns the texture that is set as default for the specified parameter.
Note: param
must match the name of the uniform in the code exactly.
godot .d .reference .Ref!(godot.texture.Texture) getDefaultTextureParam
(
const(String) param
) nothrow @nogc const;