ReactOS 0.4.17-dev-934-g091855f
d3d_blend_state Struct Reference

#include <d3d11_private.h>

Collaboration diagram for d3d_blend_state:

Public Attributes

ID3D11BlendState1 ID3D11BlendState1_iface
 
ID3D10BlendState1 ID3D10BlendState1_iface
 
LONG refcount
 
struct wined3d_private_store private_store
 
struct wined3d_blend_state * wined3d_state
 
D3D11_BLEND_DESC1 desc
 
struct wine_rb_entry entry
 
ID3D11Device2 * device
 

Detailed Description

Definition at line 415 of file d3d11_private.h.

Member Data Documentation

◆ desc

D3D11_BLEND_DESC1 d3d_blend_state::desc

Definition at line 423 of file d3d11_private.h.

◆ device

ID3D11Device2* d3d_blend_state::device

Definition at line 425 of file d3d11_private.h.

◆ entry

struct wine_rb_entry d3d_blend_state::entry

Definition at line 424 of file d3d11_private.h.

◆ ID3D10BlendState1_iface

ID3D10BlendState1 d3d_blend_state::ID3D10BlendState1_iface

Definition at line 418 of file d3d11_private.h.

Referenced by impl_from_ID3D10BlendState().

◆ ID3D11BlendState1_iface

ID3D11BlendState1 d3d_blend_state::ID3D11BlendState1_iface

◆ private_store

struct wined3d_private_store d3d_blend_state::private_store

Definition at line 421 of file d3d11_private.h.

◆ refcount

LONG d3d_blend_state::refcount

Definition at line 419 of file d3d11_private.h.

Referenced by d3d11_blend_state_AddRef(), and d3d11_blend_state_Release().

◆ wined3d_state

struct wined3d_blend_state* d3d_blend_state::wined3d_state

Definition at line 422 of file d3d11_private.h.

Referenced by d3d11_device_context_OMSetBlendState().


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