home *** CD-ROM | disk | FTP | other *** search
/ Isometric Game Programming with DirectX 7.0 / Isometric Game Programming.iso / directx / dxf / samples / multimedia / vbsamples / direct3d / tutorials / tut01_createdevice / readme.txt next >
Encoding:
Text File  |  2000-09-22  |  848 b   |  26 lines

  1. //-----------------------------------------------------------------------------
  2. // Name: CreateDevice Direct3D Tutorial
  3. // 
  4. // Copyright (c) 2000 Microsoft Corporation. All rights reserved.
  5. //-----------------------------------------------------------------------------
  6.  
  7.  
  8. Description
  9. ===========
  10.    The CreateDevice tutorial is the first tutorial for using the new Direct3D
  11.    interfaces for DirectX 8. It shows how to create a Direct3DDevice8 object.
  12.  
  13.    
  14. Path
  15. ====
  16.    Source:     MSSDK\Samples\Multimedia\VBSamples\D3D\Tutorials\Tut01_CreateDevice
  17.  
  18.  
  19. Programming Notes
  20. =================
  21.    The first step of using Direct3D is creating a device. This tutorial is
  22.    so simple, that nothing is rendered with the device. The device is used
  23.    to clear the backbuffer and present the backbuffer contents, but that is
  24.    all.
  25.  
  26.