|
ReactOS 0.4.16-dev-1946-g52006dd
|

Public Attributes | |
| DWORD | num_render_targets |
| IDirect3DSurface9 ** | render_targets |
| IDirect3DSurface9 * | depth_stencil |
| D3DVIEWPORT9 | viewport |
| IDirect3DSurface9 * | render_target |
| IDirect3DSurface9 * device_state::depth_stencil |
Definition at line 33 of file render.c.
Referenced by compare_device_state().
| IDirect3DSurface9* device_state::render_target |
Definition at line 1361 of file core.c.
Referenced by compare_device_state(), and copy_render_target_to_cube_texture_face().
| D3DVIEWPORT9 device_state::viewport |
Definition at line 34 of file render.c.
Referenced by compare_device_state(), and test_ID3DXRenderToSurface().