DsInqRendererId(3D) — Stardent Computer Inc. (\*(Dd)
NAME
DsInqRendererId − Return the renderer identifier of a named renderer
SYNOPSIS
C:
DtInt DsinqRendererid(renderer_name)
DtPtr renderer_name;
Fortran:
INTEGER∗4 DSQRI(RENNME, N)
CHARACTER∗N RENNME
DESCRIPTION
DsInqRendererId returns the integer identifier of the renderer with the string name renderer_name. If renderer_name is not the name of a renderer installed in the current Doré system, DsInqRendererId returns -1.
FORTRAN SPECIFIC
The RENNME parameter is the renderer name string, which is N characters long.
SEE ALSO
DsInqNumRenderers(3D), DsInqRendererNames(3D), DvInqRendStyle(3D)
September 29, 2021