Syntax

dbGetD3DCapabilities(*Result.D3DCaps)

Description

This function will return the capabilities of the Direct3D render device. Refer to the D3DCaps structure for more information.

Example 

hDBWnd=OpenDBWnd(0,0,640,480,32,#GDK_Window_SystemMenu|#GDK_Window_ScreenCentered)

dbGetD3DCapabilities(@Result.D3DCaps)

Debug "TnL Captable: "+Str(Result\TnL)
Debug "ZFog Captable: "+Str(Result\ZFog)

dbWaitKey()
End