Extension of the semantics enumeration to add semantics for content that is specific to PVRShaman, either in content or form.
Since these semantics extend the standard semantics, this enumeration starts at kCC3SemanticAppBase. You can add custom semantics starting at kCC3PVRShamanSemanticAppBase.
Enumerator |
---|
kCC3PVRShamanSemanticNone |
No defined semantic usage.
|
kCC3PVRShamanSemanticLightSpotFalloff |
Cutoff angle and exponent of a spotlight (vec2).
|
kCC3PVRShamanSemanticViewportSize |
Viewport size.
|
kCC3PVRShamanSemanticViewportClipping |
Near distance, far distance, width angle (radians), height angle (radians).
|
kCC3PVRShamanSemanticElapsedTimeLastFrame |
The elapsed time since the app started, measured at the last frame, in seconds.
|
kCC3PVRShamanSemanticAppBase |
First semantic of app-specific custom semantics.
|