ReactOS 0.4.17-dev-934-g091855f
d3d_sampler_state Struct Reference

#include <d3d11_private.h>

Collaboration diagram for d3d_sampler_state:

Public Attributes

ID3D11SamplerState ID3D11SamplerState_iface
 
ID3D10SamplerState ID3D10SamplerState_iface
 
LONG refcount
 
struct wined3d_private_store private_store
 
struct wined3d_sampler * wined3d_sampler
 
D3D11_SAMPLER_DESC desc
 
struct wine_rb_entry entry
 
ID3D11Device2 * device
 

Detailed Description

Definition at line 484 of file d3d11_private.h.

Member Data Documentation

◆ desc

D3D11_SAMPLER_DESC d3d_sampler_state::desc

Definition at line 492 of file d3d11_private.h.

◆ device

ID3D11Device2* d3d_sampler_state::device

Definition at line 494 of file d3d11_private.h.

◆ entry

struct wine_rb_entry d3d_sampler_state::entry

Definition at line 493 of file d3d11_private.h.

◆ ID3D10SamplerState_iface

ID3D10SamplerState d3d_sampler_state::ID3D10SamplerState_iface

◆ ID3D11SamplerState_iface

◆ private_store

struct wined3d_private_store d3d_sampler_state::private_store

Definition at line 490 of file d3d11_private.h.

◆ refcount

LONG d3d_sampler_state::refcount

Definition at line 488 of file d3d11_private.h.

Referenced by d3d11_sampler_state_AddRef(), and d3d11_sampler_state_Release().

◆ wined3d_sampler

struct wined3d_sampler* d3d_sampler_state::wined3d_sampler

Definition at line 491 of file d3d11_private.h.


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