ReactOS 0.4.16-dev-13-ge2fc578
|
#include <wined3d_private.h>
Public Attributes | |
LONG | refcount |
struct wined3d_blend_state_desc | desc |
void * | parent |
const struct wined3d_parent_ops * | parent_ops |
struct wined3d_device * | device |
Definition at line 2781 of file wined3d_private.h.
struct wined3d_blend_state_desc wined3d_blend_state::desc |
Definition at line 2784 of file wined3d_private.h.
struct wined3d_device* wined3d_blend_state::device |
Definition at line 2789 of file wined3d_private.h.
Referenced by wined3d_blend_state_create().
void* wined3d_blend_state::parent |
Definition at line 2786 of file wined3d_private.h.
const struct wined3d_parent_ops* wined3d_blend_state::parent_ops |
Definition at line 2787 of file wined3d_private.h.
Referenced by wined3d_blend_state_create().
LONG wined3d_blend_state::refcount |
Definition at line 2783 of file wined3d_private.h.
Referenced by wined3d_rasterizer_state_decref(), and wined3d_rasterizer_state_incref().