ReactOS 0.4.15-dev-7958-gcd0bb1a
wined3d_vec4 Struct Reference

#include <wined3d.h>

Public Attributes

float x
 
float y
 
float z
 
float w
 

Detailed Description

Definition at line 1603 of file wined3d.h.

Member Data Documentation

◆ w

float wined3d_vec4::w

Definition at line 1608 of file wined3d.h.

Referenced by multiply_vector_matrix().

◆ x

float wined3d_vec4::x

Definition at line 1605 of file wined3d.h.

Referenced by multiply_vector_matrix(), and shader_glsl_load_constants().

◆ y

float wined3d_vec4::y

Definition at line 1606 of file wined3d.h.

Referenced by multiply_vector_matrix().

◆ z

float wined3d_vec4::z

Definition at line 1607 of file wined3d.h.

Referenced by multiply_vector_matrix().


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