ReactOS 0.4.15-dev-7834-g00c4b3d
wined3d_query_ops Struct Reference

#include <wined3d_private.h>

Collaboration diagram for wined3d_query_ops:

Public Attributes

BOOL(* query_poll )(struct wined3d_query *query, DWORD flags)
 
BOOL(* query_issue )(struct wined3d_query *query, DWORD flags)
 
void(* query_destroy )(struct wined3d_query *query)
 

Detailed Description

Definition at line 1730 of file wined3d_private.h.

Member Data Documentation

◆ query_destroy

void(* wined3d_query_ops::query_destroy) (struct wined3d_query *query)

Definition at line 1734 of file wined3d_private.h.

◆ query_issue

BOOL(* wined3d_query_ops::query_issue) (struct wined3d_query *query, DWORD flags)

Definition at line 1733 of file wined3d_private.h.

◆ query_poll

BOOL(* wined3d_query_ops::query_poll) (struct wined3d_query *query, DWORD flags)

Definition at line 1732 of file wined3d_private.h.


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