RetroArch
Public Attributes | List of all members
menu_display_ctx_draw Struct Reference

#include <menu_driver.h>

Collaboration diagram for menu_display_ctx_draw:
[legend]

Public Attributes

float x
 
float y
 
float * color
 
const float * vertex
 
const float * tex_coord
 
unsigned width
 
unsigned height
 
uintptr_t texture
 
size_t vertex_count
 
struct video_coordscoords
 
voidmatrix_data
 
enum menu_display_prim_type prim_type
 
struct {
   unsigned   id
 
   const void *   backend_data
 
   size_t   backend_data_size
 
   bool   active
 
pipeline
 
float rotation
 
float scale_factor
 

Member Data Documentation

◆ active

bool menu_display_ctx_draw::active

◆ backend_data

const void* menu_display_ctx_draw::backend_data

◆ backend_data_size

size_t menu_display_ctx_draw::backend_data_size

◆ color

float* menu_display_ctx_draw::color

◆ coords

struct video_coords* menu_display_ctx_draw::coords

◆ height

unsigned menu_display_ctx_draw::height

◆ id

unsigned menu_display_ctx_draw::id

◆ matrix_data

void* menu_display_ctx_draw::matrix_data

◆ pipeline

struct { ... } menu_display_ctx_draw::pipeline

◆ prim_type

enum menu_display_prim_type menu_display_ctx_draw::prim_type

◆ rotation

float menu_display_ctx_draw::rotation

◆ scale_factor

float menu_display_ctx_draw::scale_factor

◆ tex_coord

const float* menu_display_ctx_draw::tex_coord

◆ texture

uintptr_t menu_display_ctx_draw::texture

◆ vertex

const float* menu_display_ctx_draw::vertex

◆ vertex_count

size_t menu_display_ctx_draw::vertex_count

◆ width

unsigned menu_display_ctx_draw::width

◆ x

float menu_display_ctx_draw::x

◆ y

float menu_display_ctx_draw::y

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