Hallo
Delphi-Quellcode:
PD3DCaps9 = ^TD3DCaps9;
_D3DCAPS9 = record
(* Device Info *)
DeviceType: TD3DDevType;
AdapterOrdinal: DWord;
MaxTextureWidth, MaxTextureHeight: DWord;
End
Dazu gibt es noch einen Pointer
pd3dcaps : Pointer; // pointer to the current D3DCAPS9
Wie komme ich jetzt an den Wert der Variable MaxTextureWidth?
Vielen Dank