Source position: PXL.Windows.DDraw.pas line 2665
type DDSURFACEDESC2 = record |
||
dwSize: LongWord; |
|
|
dwFlags: LongWord; |
|
|
dwHeight: LongWord; |
|
|
dwWidth: LongWord; |
|
|
case Integer of |
||
0: ( |
||
lPitch: LongInt; |
|
|
dwBackBufferCount: LongWord; |
|
|
case Integer of |
||
0: ( |
||
dwMipMapCount: LongWord; |
|
|
dwAlphaBitDepth: LongWord; |
|
|
dwReserved: LongWord; |
|
|
lpSurface: Pointer; |
|
|
case Integer of |
||
0: ( |
||
ddckCKDestOverlay: DDCOLORKEY; |
|
|
ddckCKDestBlt: DDCOLORKEY; |
|
|
ddckCKSrcOverlay: DDCOLORKEY; |
|
|
ddckCKSrcBlt: DDCOLORKEY; |
|
|
case Integer of |
||
0: ( |
||
ddpfPixelFormat: DDPIXELFORMAT; |
|
|
ddsCaps: DDSCAPS2; |
|
|
dwTextureStage: LongWord; |
|
|
); |
||
1: ( |
||
dwFVF: LongWord; |
|
|
); |
||
); |
||
1: ( |
||
dwEmptyFaceColor: LongWord; |
|
|
); |
||
); |
||
1: ( |
||
dwSrcVBHandle: LongWord; |
|
|
); |
||
); |
||
1: ( |
||
dwLinearSize: LongWord; |
|
|
dwDepth: LongWord; |
|
|
dwRefreshRate: LongWord; |
|
|
); |
||
end; |
| CT Web help |
| CodeTyphon Studio |