[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:
- Param1 - Pointer to a TS3DTK_RENDERER_INITSTRUCT with initialization settings or 0 to use the default settings (equivalent to passing the flags S3DTK_FORMAT_FLOAT, S3DTK_FORMAT_UVRANGE and S3DTK_FORMAT_XYRANGE OR'd together - note that this can be suboptimal if the application performs clipping!).
- ppFunctionList - Pointer to a TS3DTK_FUNCTION_LIST to receive function pointers for performing renderer calls.
Returns:
S3DTK_OK if successful, S3DTK_ERR otherwise.
Unit: S3DTK
See Also:
S3DTK_InitLib, S3DTK_DestroyRenderer
[Previous] [Next] [Up] [Home] S3D Pascal Bindings