RetroArch
Public Attributes | List of all members
shader_pass Struct Reference

#include <d3d9_renderchain.h>

Collaboration diagram for shader_pass:
[legend]

Public Attributes

unsigned last_width
 
unsigned last_height
 
struct LinkInfo info
 
D3DPOOL pool
 
LPDIRECT3DTEXTURE9 tex
 
LPDIRECT3DVERTEXBUFFER9 vertex_buf
 
LPDIRECT3DVERTEXDECLARATION9 vertex_decl
 
voidattrib_map
 
voidvprg
 
voidfprg
 
voidvtable
 
voidftable
 

Member Data Documentation

◆ attrib_map

void* shader_pass::attrib_map

◆ fprg

void* shader_pass::fprg

◆ ftable

void* shader_pass::ftable

◆ info

struct LinkInfo shader_pass::info

◆ last_height

unsigned shader_pass::last_height

◆ last_width

unsigned shader_pass::last_width

◆ pool

D3DPOOL shader_pass::pool

◆ tex

LPDIRECT3DTEXTURE9 shader_pass::tex

◆ vertex_buf

LPDIRECT3DVERTEXBUFFER9 shader_pass::vertex_buf

◆ vertex_decl

LPDIRECT3DVERTEXDECLARATION9 shader_pass::vertex_decl

◆ vprg

void* shader_pass::vprg

◆ vtable

void* shader_pass::vtable

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