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

TS3DTK_LIB_INIT

Library initialization parameters.

Declaration:

TS3DTK_LIB_INIT = record
  libFlags: ULONG;
  libVideoBufferLinAddr: ULONG;
  libMMIOSpaceLinAddr: ULONG;
end;

Fields:

Description:

Using this type is not really necessary for fullscreen applications as the default assumption when calling S3DTK_InitLib with a nil parameter is to use the S3DTK_INITPIO flag.

Unit: S3DTK

See Also:

S3DTK_InitLib


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