ps2sdk  1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
texel_f_t Union Reference

#include <draw_types.h>

Data Fields

VECTOR strq
 
struct {
   float   s
 
   float   t
 
   float   r
 
   float   q
 
}; 
 

Detailed Description

Definition at line 57 of file draw_types.h.

Field Documentation

◆ 

struct { ... }

◆ q

float texel_f_t::q

Definition at line 63 of file draw_types.h.

◆ r

float texel_f_t::r

Definition at line 62 of file draw_types.h.

◆ s

float texel_f_t::s

Definition at line 60 of file draw_types.h.

Referenced by draw_convert_st().

◆ strq

VECTOR texel_f_t::strq

Definition at line 58 of file draw_types.h.

◆ t

float texel_f_t::t

Definition at line 61 of file draw_types.h.

Referenced by draw_convert_st().


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