|
ReactOS 0.4.17-dev-923-g4c9a150
|
#include <wined3d_private.h>

Public Attributes | |
| LONG | refcount |
| struct wined3d_depth_stencil_state_desc | desc |
| bool | writes_ds |
| void * | parent |
| const struct wined3d_parent_ops * | parent_ops |
| struct wined3d_device * | device |
| struct wine_rb_entry | entry |
Definition at line 2889 of file wined3d_private.h.
| struct wined3d_depth_stencil_state_desc wined3d_depth_stencil_state::desc |
Definition at line 2892 of file wined3d_private.h.
| struct wined3d_device* wined3d_depth_stencil_state::device |
Definition at line 2899 of file wined3d_private.h.
Referenced by wined3d_depth_stencil_state_create().
| struct wine_rb_entry wined3d_depth_stencil_state::entry |
Definition at line 2900 of file wined3d_private.h.
Referenced by wined3d_device_apply_stateblock().
| void* wined3d_depth_stencil_state::parent |
Definition at line 2896 of file wined3d_private.h.
| const struct wined3d_parent_ops* wined3d_depth_stencil_state::parent_ops |
Definition at line 2897 of file wined3d_private.h.
Referenced by wined3d_depth_stencil_state_create().
| LONG wined3d_depth_stencil_state::refcount |
Definition at line 2891 of file wined3d_private.h.
Referenced by wined3d_rasterizer_state_decref(), and wined3d_rasterizer_state_incref().
| bool wined3d_depth_stencil_state::writes_ds |
Definition at line 2894 of file wined3d_private.h.