Route::GetRouteSwizzle
Defined in:
Returns the route swizzle code.
C4Processes.h
Prototype
uint32 GetRouteSwizzle(void) const;
Description
The GetRouteSwizzle
function returns a four-character code containing the route swizzle code. The swizzle code always consists of four lower-case letters that can be a combination of letters in the set {x, y, z, w, r, g, b, a}.Initially, the route swizzle is
'xyzw'
.
See Also