ReactOS 0.4.17-dev-934-g091855f
d3d11_command_list Struct Reference

#include <d3d11_private.h>

Collaboration diagram for d3d11_command_list:

Public Attributes

ID3D11CommandList ID3D11CommandList_iface
 
LONG refcount
 
ID3D11Device2 * device
 
struct wined3d_command_list * wined3d_list
 
struct wined3d_private_store private_store
 

Detailed Description

Definition at line 592 of file d3d11_private.h.

Member Data Documentation

◆ device

ID3D11Device2* d3d11_command_list::device

Definition at line 597 of file d3d11_private.h.

◆ ID3D11CommandList_iface

ID3D11CommandList d3d11_command_list::ID3D11CommandList_iface

Definition at line 594 of file d3d11_private.h.

Referenced by impl_from_ID3D11CommandList().

◆ private_store

struct wined3d_private_store d3d11_command_list::private_store

Definition at line 599 of file d3d11_private.h.

◆ refcount

LONG d3d11_command_list::refcount

Definition at line 595 of file d3d11_private.h.

Referenced by d3d11_command_list_AddRef(), and d3d11_command_list_Release().

◆ wined3d_list

struct wined3d_command_list* d3d11_command_list::wined3d_list

Definition at line 598 of file d3d11_private.h.

Referenced by d3d11_device_context_ExecuteCommandList().


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