NAME
DtTextureGetWrap - Get the wrap type for the given texture.
given scene.
SYNOPSIS
#include <Dt.h>
int DtTextureGetWrap( char *name, int *horizontal, int *vertical )
DESCRIPTION
DtTextureGetWrap() returns the wrap type for the horizontal,
via the horizontal parameter, and vertical, via the vertical
parameter, directions for the given texture name. The
possible return values for the horizontal and vertical
texture wrap are:
DT_REPEAT - texture repeats along the material.
DT_CLAMP - texture does not repeat along the material.
DIAGNOSTICS
returns one on success and zero on failure.
FILES
Link with -lDtOMio