RetroArch
Public Attributes | List of all members
tex_shader_vertex_t Struct Reference

#include <tex.h>

Collaboration diagram for tex_shader_vertex_t:
[legend]

Public Attributes

struct {
   float   x
 
   float   y
 
pos
 
struct {
   float   u
 
   float   v
 
coord
 
struct {
   float   r
 
   float   g
 
   float   b
 
   float   a
 
color
 

Member Data Documentation

◆ a

float tex_shader_vertex_t::a

◆ b

float tex_shader_vertex_t::b

◆ color

struct { ... } tex_shader_vertex_t::color

◆ coord

struct { ... } tex_shader_vertex_t::coord

◆ g

float tex_shader_vertex_t::g

◆ pos

struct { ... } tex_shader_vertex_t::pos

◆ r

float tex_shader_vertex_t::r

◆ u

float tex_shader_vertex_t::u

◆ v

float tex_shader_vertex_t::v

◆ x

float tex_shader_vertex_t::x

◆ y

float tex_shader_vertex_t::y

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