[Previous] [Next] [Up] [Home] S3D Pascal Bindings

S3DTK_CreateRenderer

Create a renderer instance and provide functions for accessing it.

Syntax:

function S3DTK_CreateRenderer(
  Param1: ULONG;
  ppFunctionList: PPointer): ULONG; cdecl;

Parameters:

Returns:

S3DTK_OK if successful, S3DTK_ERR otherwise.

Unit: S3DTK

See Also:

S3DTK_InitLib, S3DTK_DestroyRenderer


[Previous] [Next] [Up] [Home] S3D Pascal Bindings