RetroArch
Public Attributes | List of all members
gdi_texture Struct Reference

#include <gdi_common.h>

Public Attributes

int width
 
int height
 
int active_width
 
int active_height
 
enum texture_filter_type type
 
voiddata
 
HBITMAP bmp
 
HBITMAP bmp_old
 

Member Data Documentation

◆ active_height

int gdi_texture::active_height

◆ active_width

int gdi_texture::active_width

◆ bmp

HBITMAP gdi_texture::bmp

◆ bmp_old

HBITMAP gdi_texture::bmp_old

◆ data

void* gdi_texture::data

◆ height

int gdi_texture::height

◆ type

enum texture_filter_type gdi_texture::type

◆ width

int gdi_texture::width

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