Open Broadcaster Software
Free, open source software for live streaming and recording
vec4 Struct Reference

Data Fields

union {
   struct {
      float   x
 
      float   y
 
      float   z
 
      float   w
 
   } 
 
   float   ptr [4]
 
   __m128   m
 
}; 
 

Field Documentation

§ @17

union { ... }

§ m

__m128 vec4::m

§ ptr

float vec4::ptr[4]

§ w

float vec4::w

§ x

float vec4::x

§ y

float vec4::y

§ z

float vec4::z

The documentation for this struct was generated from the following file: