How to Reset Direct3D

104 5
    • 1). Click the "Start" icon, then click on the "Visual Basic" icon from "Programs" menu.

    • 2). Type the following into the the Visual Basic program:

      'Declaration

      Public Sub Reset ( _

      presentationParameters As PresentParameters _

      )

      'Usage

      Dim instance As Device

      Dim presentationParameters As PresentParameters

      instance.Reset(presentationParameters)

    • 3). Press the "Enter" button to reset your device.

Source...
Subscribe to our newsletter
Sign up here to get the latest news, updates and special offers delivered directly to your inbox.
You can unsubscribe at any time

Leave A Reply

Your email address will not be published.