Vec4.max
void max(graphene.vec4.Vec4 b, out graphene.vec4.Vec4 res)Compares each component of the two given vectors and creates a vector that contains the maximum values.
Parameters
b | a #graphene_vec4_t |
res | return location for the result vector |
void max(graphene.vec4.Vec4 b, out graphene.vec4.Vec4 res)Compares each component of the two given vectors and creates a vector that contains the maximum values.
b | a #graphene_vec4_t |
res | return location for the result vector |