RetroArch
Public Attributes | List of all members
d3d11_sprite_t Struct Reference

#include <d3d11_common.h>

Collaboration diagram for d3d11_sprite_t:
[legend]

Public Attributes

struct {
   float   x
 
   float   y
 
   float   w
 
   float   h
 
pos
 
struct {
   float   u
 
   float   v
 
   float   w
 
   float   h
 
coords
 
UINT32 colors [4]
 
struct {
   float   scaling
 
   float   rotation
 
params
 

Member Data Documentation

◆ colors

UINT32 d3d11_sprite_t::colors[4]

◆ coords

struct { ... } d3d11_sprite_t::coords

◆ h

float d3d11_sprite_t::h

◆ params

struct { ... } d3d11_sprite_t::params

◆ pos

struct { ... } d3d11_sprite_t::pos

◆ rotation

float d3d11_sprite_t::rotation

◆ scaling

float d3d11_sprite_t::scaling

◆ u

float d3d11_sprite_t::u

◆ v

float d3d11_sprite_t::v

◆ w

float d3d11_sprite_t::w

◆ x

float d3d11_sprite_t::x

◆ y

float d3d11_sprite_t::y

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