home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Tricks of the Windows Gam…ming Gurus (2nd Edition)
/
Disc2.iso
/
msdn_vcb
/
samples
/
vc98
/
sdk
/
graphics
/
directx
/
d3dex1
/
readme.txt
< prev
next >
Wrap
Text File
|
1997-07-14
|
698b
|
25 lines
Readme for D3DEx1 Sample
========================
This sample displays a spinning triangle in a window.
It uses Direct3D Immediate mode and execute buffers.
This application is a good place to look for a good way to determine
what Direct3D device to use.
Further pointers:
The D3dEx2 sample application shows how just a few changes are needed to
work well on a multi-monitor system.
3/5/97 Known limitations:
On MMX machines, RGB is faster than RAMP. Currently it chooses RAMP.
Resizing of the window is not supported. (Because of the varying amounts
of video-card memory, a resize may force the application to have to stop
using the h/w and resort to emulation.)