RTHandle(); RTHandle(Entry* entry); RTHandle(const RTHandle& other);
RTHandle constructor.
|
Parameters |
Description |
|
Entry* entry |
The Entry node associated with the render thread handle. |
|
const RTHandle& other |
Reference to another entry handle whose values are copied to the source entry handle. |