|
ReactOS 0.4.17-dev-934-g091855f
|
#include <d3d11_private.h>

Public Attributes | |
| ID3D11CommandList | ID3D11CommandList_iface |
| LONG | refcount |
| ID3D11Device2 * | device |
| struct wined3d_command_list * | wined3d_list |
| struct wined3d_private_store | private_store |
Definition at line 592 of file d3d11_private.h.
| ID3D11Device2* d3d11_command_list::device |
Definition at line 597 of file d3d11_private.h.
| ID3D11CommandList d3d11_command_list::ID3D11CommandList_iface |
Definition at line 594 of file d3d11_private.h.
Referenced by impl_from_ID3D11CommandList().
| struct wined3d_private_store d3d11_command_list::private_store |
Definition at line 599 of file d3d11_private.h.
| 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().
| struct wined3d_command_list* d3d11_command_list::wined3d_list |
Definition at line 598 of file d3d11_private.h.
Referenced by d3d11_device_context_ExecuteCommandList().