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

Public Attributes | |
| IWineDXGIFactory | IWineDXGIFactory_iface |
| LONG | refcount |
| struct wined3d_private_store | private_store |
| struct wined3d * | wined3d |
| BOOL | extended |
| HWND | device_window |
Definition at line 112 of file dxgi_private.h.
| HWND dxgi_factory::device_window |
Definition at line 119 of file dxgi_private.h.
| BOOL dxgi_factory::extended |
Definition at line 118 of file dxgi_private.h.
Referenced by dxgi_factory_create(), and dxgi_factory_init().
| IWineDXGIFactory dxgi_factory::IWineDXGIFactory_iface |
Definition at line 114 of file dxgi_private.h.
Referenced by dxgi_device_init(), dxgi_swapchain_factory_create_swapchain(), impl_from_IWineDXGIFactory(), and unsafe_impl_from_IDXGIFactory().
| struct wined3d_private_store dxgi_factory::private_store |
Definition at line 116 of file dxgi_private.h.
| LONG dxgi_factory::refcount |
Definition at line 115 of file dxgi_private.h.
Referenced by dxgi_factory_AddRef(), and dxgi_factory_Release().
Definition at line 117 of file dxgi_private.h.
Referenced by d3d12_swapchain_init(), and dxgi_device_init().