NAME
DtTextureGetName - Get the name of the texture map for a
given material.
SYNOPSIS
#include <Dt.h>
int DtTextureGetName( char *mtl_name, char **name )
DESCRIPTION
DtTextureGetName() returns the texture map name assigned to
the material mtl_name. If a texture map is not assigned to
the material mtl_name, name will be set to NULL. A read-
only pointer to the name of the texture map is placed in the
variable pointed to by name. This array is an internal
buffer. Do not free or modify the name.
DIAGNOSTICS
DtTextureGetName() returns one on success and zero on
failure.
FILES
Link with -lDtOMio