Vec4.max

void max(graphene.vec4.Vec4 b, out graphene.vec4.Vec4 res) nothrow

Compares each component of the two given vectors and creates a vector that contains the maximum values.

Parameters

ba #graphene_vec4_t
resreturn location for the result vector