ReactOS 0.4.17-dev-934-g091855f
dxgi_factory Struct Reference

#include <dxgi_private.h>

Collaboration diagram for dxgi_factory:

Public Attributes

IWineDXGIFactory IWineDXGIFactory_iface
 
LONG refcount
 
struct wined3d_private_store private_store
 
struct wined3d * wined3d
 
BOOL extended
 
HWND device_window
 

Detailed Description

Definition at line 112 of file dxgi_private.h.

Member Data Documentation

◆ device_window

HWND dxgi_factory::device_window

Definition at line 119 of file dxgi_private.h.

◆ extended

BOOL dxgi_factory::extended

Definition at line 118 of file dxgi_private.h.

Referenced by dxgi_factory_create(), and dxgi_factory_init().

◆ IWineDXGIFactory_iface

◆ private_store

struct wined3d_private_store dxgi_factory::private_store

Definition at line 116 of file dxgi_private.h.

◆ refcount

LONG dxgi_factory::refcount

Definition at line 115 of file dxgi_private.h.

Referenced by dxgi_factory_AddRef(), and dxgi_factory_Release().

◆ wined3d

struct wined3d* dxgi_factory::wined3d

Definition at line 117 of file dxgi_private.h.

Referenced by d3d12_swapchain_init(), and dxgi_device_init().


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