ReactOS 0.4.16-dev-963-g182f353
|
Public Attributes | |
enum wined3d_cs_op | opcode |
DWORD | flags |
unsigned int | rt_count |
struct wined3d_fb_state * | fb |
RECT | draw_rect |
struct wined3d_color | color |
float | depth |
DWORD | stencil |
unsigned int | rect_count |
RECT | rects [1] |
struct wined3d_color wined3d_cs_clear::color |
struct wined3d_fb_state* wined3d_cs_clear::fb |
enum wined3d_cs_op wined3d_cs_clear::opcode |
Definition at line 111 of file cs.c.
Referenced by wined3d_cs_emit_clear().
RECT wined3d_cs_clear::rects[1] |
Definition at line 112 of file cs.c.
Referenced by wined3d_cs_emit_clear(), and wined3d_cs_emit_clear_rendertarget_view().
Definition at line 105 of file cs.c.
Referenced by wined3d_cs_emit_clear().