ReactOS 0.4.15-dev-8434-g155a7c7
wined3d_cs Struct Reference

#include <wined3d_private.h>

Collaboration diagram for wined3d_cs:

Public Attributes

const struct wined3d_cs_opsops
 
struct wined3d_devicedevice
 
struct wined3d_fb_state fb
 
struct wined3d_state state
 
HMODULE wined3d_module
 
HANDLE thread
 
DWORD thread_id
 
struct wined3d_cs_queue queue [WINED3D_CS_QUEUE_COUNT]
 
size_t data_size
 
size_t start
 
size_t end
 
voiddata
 
struct list query_poll_list
 
BOOL queries_flushed
 
HANDLE event
 
BOOL waiting_for_event
 
LONG pending_presents
 

Detailed Description

Definition at line 3563 of file wined3d_private.h.

Member Data Documentation

◆ data

void* wined3d_cs::data

Definition at line 3575 of file wined3d_private.h.

◆ data_size

size_t wined3d_cs::data_size

Definition at line 3574 of file wined3d_private.h.

◆ device

struct wined3d_device* wined3d_cs::device

Definition at line 3566 of file wined3d_private.h.

◆ end

size_t wined3d_cs::end

Definition at line 3574 of file wined3d_private.h.

◆ event

HANDLE wined3d_cs::event

Definition at line 3579 of file wined3d_private.h.

◆ fb

struct wined3d_fb_state wined3d_cs::fb

Definition at line 3567 of file wined3d_private.h.

◆ ops

const struct wined3d_cs_ops* wined3d_cs::ops

Definition at line 3565 of file wined3d_private.h.

◆ pending_presents

LONG wined3d_cs::pending_presents

Definition at line 3581 of file wined3d_private.h.

◆ queries_flushed

BOOL wined3d_cs::queries_flushed

Definition at line 3577 of file wined3d_private.h.

◆ query_poll_list

struct list wined3d_cs::query_poll_list

Definition at line 3576 of file wined3d_private.h.

◆ queue

Definition at line 3573 of file wined3d_private.h.

◆ start

size_t wined3d_cs::start

Definition at line 3574 of file wined3d_private.h.

◆ state

struct wined3d_state wined3d_cs::state

Definition at line 3568 of file wined3d_private.h.

◆ thread

HANDLE wined3d_cs::thread

Definition at line 3570 of file wined3d_private.h.

◆ thread_id

DWORD wined3d_cs::thread_id

Definition at line 3571 of file wined3d_private.h.

◆ waiting_for_event

BOOL wined3d_cs::waiting_for_event

Definition at line 3580 of file wined3d_private.h.

◆ wined3d_module

HMODULE wined3d_cs::wined3d_module

Definition at line 3569 of file wined3d_private.h.


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