GfxDriver3D.bb 166 B

12345678
  1. For a = 1 To CountGfxDrivers ()
  2. If GfxDriver3D (a)
  3. Print GfxDriverName (a) + " is 3D-capable"
  4. Else
  5. Print GfxDriverName (a) + " is NOT 3D-capable"
  6. EndIf
  7. Delay 100
  8. Next