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

TS3DTK_RENDERER_INITSTRUCT

Renderer creation parameters.

Declaration:

TS3DTK_RENDERER_INITSTRUCT = record
  initFlags: ULONG;
  initUserID: ULONG;
  initAppID: ULONG;
end;

Fields:

Description:

The flags field must be one of the following:

Using this type is not really necessary as S3DTK_CreateRenderer will assume all of the above flags when a nil pointer is passed for initialization.

Unit: S3DTK

See Also:

S3DTK_CreateRenderer


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