NvRedrawMode Struct Reference

Redraw frequency mode. More...

#include <NvPlatformContext.h>

List of all members.

Public Types

enum  Enum { UNBOUNDED, VSYNC, ON_DEMAND }


Detailed Description

Redraw frequency mode.

Member Enumeration Documentation

Enumerator:
UNBOUNDED  Call the rendering callback as fast as looping will allow - might block in swaps, etc.
VSYNC  Call the rendering callback at the rate of vsync or composition; avoids queuing frames.
ON_DEMAND  Render only when the app requests.


The documentation for this struct was generated from the following file: