Source position: Jedi.Direct3D9.pas line 2890
type _D3DPRESENT_PARAMETERS_ = record |
||
BackBufferWidth: LongWord; |
|
|
BackBufferHeight: LongWord; |
|
|
BackBufferFormat: TD3DFormat; |
|
|
BackBufferCount: LongWord; |
|
|
MultiSampleType: TD3DMultiSampleType; |
|
|
MultiSampleQuality: DWORD; |
|
|
SwapEffect: TD3DSwapEffect; |
|
|
hDeviceWindow: HWND; |
|
|
Windowed: Bool; |
|
|
EnableAutoDepthStencil: Bool; |
|
|
AutoDepthStencilFormat: TD3DFormat; |
|
|
Flags: LongInt; |
|
|
FullScreen_RefreshRateInHz: LongWord; |
|
|
PresentationInterval: LongWord; |
|
|
end; |
CT Web help |
CodeTyphon Studio |