Vuo  0.5.2
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Attributes | List of all members
VuoDisplayRefreshInternal Struct Reference

Description

Context data for VuoDisplayRefresh_displayLinkCallback.

Public Attributes

void(* requestedFrameTrigger )(VuoFrameRequest)
 The trigger function, to be fired when the display link wants the application to output a frame.
 
bool firstRequest
 Is this the first time the display link callback has been invoked?
 
VuoInteger frameCount
 The nubmer of frames requested so far.
 
CVDisplayLinkRef displayLink
 The display link, created when VuoDisplayRefresh_enableTriggers is called.
 

Member Data Documentation

CVDisplayLinkRef VuoDisplayRefreshInternal::displayLink

The display link, created when VuoDisplayRefresh_enableTriggers is called.

bool VuoDisplayRefreshInternal::firstRequest

Is this the first time the display link callback has been invoked?

VuoInteger VuoDisplayRefreshInternal::frameCount

The nubmer of frames requested so far.

void(* VuoDisplayRefreshInternal::requestedFrameTrigger)(VuoFrameRequest)

The trigger function, to be fired when the display link wants the application to output a frame.


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