ReactOS 0.4.15-dev-7942-gd23573b
wined3d_swapchain_ops Struct Reference

#include <wined3d_private.h>

Collaboration diagram for wined3d_swapchain_ops:

Public Attributes

void(* swapchain_present )(struct wined3d_swapchain *swapchain, const RECT *src_rect, const RECT *dst_rect, DWORD flags)
 
void(* swapchain_frontbuffer_updated )(struct wined3d_swapchain *swapchain)
 

Detailed Description

Definition at line 3839 of file wined3d_private.h.

Member Data Documentation

◆ swapchain_frontbuffer_updated

void(* wined3d_swapchain_ops::swapchain_frontbuffer_updated) (struct wined3d_swapchain *swapchain)

Definition at line 3843 of file wined3d_private.h.

◆ swapchain_present

void(* wined3d_swapchain_ops::swapchain_present) (struct wined3d_swapchain *swapchain, const RECT *src_rect, const RECT *dst_rect, DWORD flags)

Definition at line 3841 of file wined3d_private.h.


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