ReactOS 0.4.16-dev-321-g63bb46a
|
#include <wined3d_private.h>
Public Attributes | |
struct wined3d_query | query |
struct wined3d_fence | fence |
BOOL | signalled |
Definition at line 1754 of file wined3d_private.h.
struct wined3d_fence wined3d_event_query::fence |
Definition at line 1758 of file wined3d_private.h.
Referenced by wined3d_event_query_ops_destroy(), wined3d_event_query_ops_issue(), and wined3d_event_query_ops_poll().
struct wined3d_query wined3d_event_query::query |
Definition at line 1756 of file wined3d_private.h.
BOOL wined3d_event_query::signalled |
Definition at line 1759 of file wined3d_private.h.
Referenced by wined3d_event_query_ops_poll().