graphene_vec4_t

A structure capable of holding a vector with four dimensions: x, y, z, and w.

The contents of the #graphene_vec4_t structure are private and should never be accessed directly.

struct graphene_vec4_t {}

Members

Variables

value
graphene_simd4f_t value;