HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
systemMessages.h File Reference
+ Include dependency graph for systemMessages.h:

Go to the source code of this file.

Macros

#define HD_SYSTEM_MESSAGE_TOKENS
 

Functions

 TF_DECLARE_PUBLIC_TOKENS (HdSystemMessageTokens, HD_API, HD_SYSTEM_MESSAGE_TOKENS)
 

Macro Definition Documentation

#define HD_SYSTEM_MESSAGE_TOKENS
Value:
/* Indicates that asynchronous processing is allowed and to expect to
* receive "asyncPoll" messages to follow. This message provides no
* arguments.
*/ \
(asyncAllow) \
/* Following a "asyncAllow" message, this will be called periodically on the
* application main (or rendering) thread to give scene indices an
* opportunity to send notices for completed asynchronous or incremental
* work.
*/ \
(asyncPoll) \

Definition at line 34 of file systemMessages.h.

Function Documentation

TF_DECLARE_PUBLIC_TOKENS ( HdSystemMessageTokens  ,
HD_API  ,
HD_SYSTEM_MESSAGE_TOKENS   
)