ReactOS 0.4.15-dev-8100-g1887773
render_to_surface Struct Reference
Collaboration diagram for render_to_surface:

Public Attributes

ID3DXRenderToSurface ID3DXRenderToSurface_iface
 
LONG ref
 
IDirect3DDevice9 * device
 
D3DXRTS_DESC desc
 
IDirect3DSurface9 * dst_surface
 
IDirect3DSurface9 * render_target
 
IDirect3DSurface9 * depth_stencil
 
struct device_state previous_state
 

Detailed Description

Definition at line 112 of file render.c.

Member Data Documentation

◆ depth_stencil

IDirect3DSurface9* render_to_surface::depth_stencil

Definition at line 123 of file render.c.

Referenced by D3DXCreateRenderToSurface().

◆ desc

D3DXRTS_DESC render_to_surface::desc

Definition at line 118 of file render.c.

◆ device

IDirect3DDevice9* render_to_surface::device

Definition at line 117 of file render.c.

Referenced by D3DXCreateRenderToSurface(), and D3DXRenderToSurface_BeginScene().

◆ dst_surface

IDirect3DSurface9* render_to_surface::dst_surface

Definition at line 120 of file render.c.

◆ ID3DXRenderToSurface_iface

ID3DXRenderToSurface render_to_surface::ID3DXRenderToSurface_iface

Definition at line 114 of file render.c.

Referenced by impl_from_ID3DXRenderToSurface().

◆ previous_state

struct device_state render_to_surface::previous_state

Definition at line 125 of file render.c.

◆ ref

LONG render_to_surface::ref

Definition at line 115 of file render.c.

Referenced by D3DXRenderToSurface_AddRef(), and D3DXRenderToSurface_Release().

◆ render_target

IDirect3DSurface9* render_to_surface::render_target

Definition at line 122 of file render.c.


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