RetroArch
Public Attributes | List of all members
sprite_vertex_t Struct Reference

#include <sprite.h>

Collaboration diagram for sprite_vertex_t:
[legend]

Public Attributes

struct {
   float   x
 
   float   y
 
   float   width
 
   float   height
 
pos
 
struct {
   float   u
 
   float   v
 
   float   width
 
   float   height
 
coord
 
u32 color
 

Member Data Documentation

◆ color

u32 sprite_vertex_t::color

◆ coord

struct { ... } sprite_vertex_t::coord

◆ height

float sprite_vertex_t::height

◆ pos

struct { ... } sprite_vertex_t::pos

◆ u

float sprite_vertex_t::u

◆ v

float sprite_vertex_t::v

◆ width

float sprite_vertex_t::width

◆ x

float sprite_vertex_t::x

◆ y

float sprite_vertex_t::y

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