Results 1 to 3 of 3

Thread: Fullscreen Mode for D3D8??

  1. #1

    Thread Starter
    Addicted Member Virtual24's Avatar
    Join Date
    May 2001
    Posts
    228

    Fullscreen Mode for D3D8??

    When using fullscreen mode in d3d8 do you do anything differently in makeing your window in the window's initializing??? It seems like you wouldn't make a window cause your not using one. If you still have to make one (for some reason), Is there something different you have to do?? Help, give examples
    To protect time is to protect everything...

  2. #2
    Zaei
    Guest
    You have to make one, because you cant initilialize D3D without an HWND =). You dont have to do a thing different though, as D3D will take control of your video device and such without any help at all =). You might not even have to show your window, but I do anyway, because i usually run in windowed mode for debug purposes.

    Z.

  3. #3

    Thread Starter
    Addicted Member Virtual24's Avatar
    Join Date
    May 2001
    Posts
    228
    Ok, thnx.
    To protect time is to protect everything...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width