DXUTRender3DEnvironment
Microsoft DirectX 9.0 SDK Update (October 2004)

DXUTRender3DEnvironment Function


Renders the 3-D environment and updates application and device parameters.

Syntax

VOID DXUTRender3DEnvironment(VOID);

Return Value

No return value.

Remarks

This method does not normally need to be called. It is useful only when the application does not use DXUTMainLoop but still wants the sample framework to assist with rendering.

This method checks whether the device is lost. If so, the method attempts to reset the device and then calls the LPDXUTCALLBACKFRAMEMOVE and LPDXUTCALLBACKFRAMERENDER callback functions.

If the application window is minimized or the application is paused, CPU time is yielded to other processes.

Function Information

Headerdxut.h
Import libraryNone
Minimum operating systems Windows 98

See Also

Using the Main Loop with the Sample Framework


© 2004 Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center.