diff --git a/gfx/common/d3d_common.h b/gfx/common/d3d_common.h index ab65dbdee1..b74fccb609 100644 --- a/gfx/common/d3d_common.h +++ b/gfx/common/d3d_common.h @@ -24,6 +24,12 @@ RETRO_BEGIN_DECLS +typedef struct d3d_texture +{ + LPDIRECT3DTEXTURE data; + D3DPOOL pool; +} d3d_texture_t; + bool d3d_swap(void *data, LPDIRECT3DDEVICE dev); LPDIRECT3DVERTEXBUFFER d3d_vertex_buffer_new(LPDIRECT3DDEVICE dev,