ReactOS 0.4.16-dev-319-g6cf4263
|
#include <d3d9_private.h>
Public Attributes | |
IDirect3DSwapChain9Ex | IDirect3DSwapChain9Ex_iface |
LONG | refcount |
struct wined3d_swapchain * | wined3d_swapchain |
IDirect3DDevice9Ex * | parent_device |
Definition at line 146 of file d3d9_private.h.
IDirect3DSwapChain9Ex d3d9_swapchain::IDirect3DSwapChain9Ex_iface |
Definition at line 148 of file d3d9_private.h.
Referenced by device_parent_create_swapchain(), impl_from_IDirect3DSwapChain9Ex(), and swapchain_init().
IDirect3DDevice9Ex* d3d9_swapchain::parent_device |
Definition at line 151 of file d3d9_private.h.
Referenced by d3d9_swapchain_AddRef(), d3d9_swapchain_GetDevice(), d3d9_swapchain_Present(), d3d9_swapchain_QueryInterface(), d3d9_swapchain_Release(), and swapchain_init().
LONG d3d9_swapchain::refcount |
Definition at line 149 of file d3d9_private.h.
Referenced by d3d9_swapchain_AddRef(), d3d9_swapchain_Release(), and swapchain_init().
struct wined3d_swapchain* d3d9_swapchain::wined3d_swapchain |
Definition at line 150 of file d3d9_private.h.
Referenced by d3d9_swapchain_AddRef(), d3d9_swapchain_GetBackBuffer(), d3d9_swapchain_GetDisplayMode(), d3d9_swapchain_GetDisplayModeEx(), d3d9_swapchain_GetFrontBufferData(), d3d9_swapchain_GetPresentParameters(), d3d9_swapchain_GetRasterStatus(), d3d9_swapchain_Present(), d3d9_swapchain_Release(), device_parent_create_swapchain(), and swapchain_init().