Unit direct3d |
Classes |
TD3D -
Functions |
EnumDevCallBack -
EnumTextureFormatsCallback -
Types |
Constants |
Variables |
DDResult
NumtextureFormats
TextureFormat
Functions |
Types |
ENUMDEVINFO = recordDirect3D Immediate mode test by Massimo Bardetti - bigben@dircon.co.uk. Delphi Wrapper for Direct3d Device
cm : D3DCOLORMODEL;
pHWGuid : PGUID ;
HWDesc : D3DDEVICEDESC;
pSWGuid : PGUID;
SWDesc : D3DDEVICEDESC;
end;
T3dTextureFormat = record
ddsd : DDSURFACEDESC;
bPalettized : Boolean;
redBPP : integer;
greenBPP : integer;
blueBPP : integer;
indexBPP : integer;
end;
Constants |
Variables |