Route::SetRouteSwizzle
Defined in:
Returns the route swizzle code.
C4Processes.h
Prototype
void SetRouteSwizzle(uint32 swizzle);
Parameters
swizzle |
The new swizzle code, consisting of four lower-case letters. |
Description
The SetRouteSwizzle
function sets the route swizzle code to that specified by the swizzle
parameter. The swizzle code must consists of four lower-case letters that is a combination of letters in the set {x, y, z, w, r, g, b, a}.Initially, the route swizzle is
'xyzw'
.
See Also