ReactOS 0.4.15-dev-7907-g95bf896
wined3d_query Struct Reference

#include <wined3d_private.h>

Collaboration diagram for wined3d_query:

Public Attributes

LONG ref
 
voidparent
 
const struct wined3d_parent_opsparent_ops
 
struct wined3d_devicedevice
 
enum wined3d_query_state state
 
enum wined3d_query_type type
 
const voiddata
 
DWORD data_size
 
const struct wined3d_query_opsquery_ops
 
LONG counter_main
 
LONG counter_retrieved
 
struct list poll_list_entry
 

Detailed Description

Definition at line 1737 of file wined3d_private.h.

Member Data Documentation

◆ counter_main

LONG wined3d_query::counter_main

Definition at line 1750 of file wined3d_private.h.

◆ counter_retrieved

LONG wined3d_query::counter_retrieved

Definition at line 1750 of file wined3d_private.h.

◆ data

const void* wined3d_query::data

Definition at line 1746 of file wined3d_private.h.

◆ data_size

DWORD wined3d_query::data_size

Definition at line 1747 of file wined3d_private.h.

Referenced by wined3d_query_get_data().

◆ device

struct wined3d_device* wined3d_query::device

Definition at line 1743 of file wined3d_private.h.

◆ parent

void* wined3d_query::parent

Definition at line 1741 of file wined3d_private.h.

◆ parent_ops

◆ poll_list_entry

struct list wined3d_query::poll_list_entry

Definition at line 1751 of file wined3d_private.h.

◆ query_ops

const struct wined3d_query_ops* wined3d_query::query_ops

Definition at line 1748 of file wined3d_private.h.

◆ ref

LONG wined3d_query::ref

Definition at line 1739 of file wined3d_private.h.

◆ state

enum wined3d_query_state wined3d_query::state

Definition at line 1744 of file wined3d_private.h.

◆ type

enum wined3d_query_type wined3d_query::type

Definition at line 1745 of file wined3d_private.h.


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