Function VisualServerSingleton.shaderSetDefaultTextureParam

Sets a shader's default texture. Overwrites the texture given by name.

void shaderSetDefaultTextureParam (
  const(RID) shader,
  const(String) name,
  const(RID) texture
) nothrow @nogc;