ReactOS 0.4.17-dev-934-g091855f
wined3d_command_list Struct Reference
Collaboration diagram for wined3d_command_list:

Public Attributes

LONG refcount
 
struct wined3d_device * device
 
SIZE_T data_size
 
void * data
 
SIZE_T resource_count
 
struct wined3d_resource ** resources
 
SIZE_T upload_count
 
struct wined3d_deferred_upload * uploads
 
HANDLE upload_heap
 
LONG * upload_heap_refcount
 
SIZE_T command_list_count
 
struct wined3d_command_list ** command_lists
 
SIZE_T query_count
 
struct wined3d_deferred_query_issue * queries
 

Detailed Description

Definition at line 49 of file cs.c.

Member Data Documentation

◆ command_list_count

SIZE_T wined3d_command_list::command_list_count

Definition at line 70 of file cs.c.

◆ command_lists

struct wined3d_command_list** wined3d_command_list::command_lists

Definition at line 71 of file cs.c.

◆ data

void* wined3d_command_list::data

Definition at line 56 of file cs.c.

◆ data_size

SIZE_T wined3d_command_list::data_size

Definition at line 55 of file cs.c.

◆ device

struct wined3d_device* wined3d_command_list::device

Definition at line 53 of file cs.c.

◆ queries

struct wined3d_deferred_query_issue* wined3d_command_list::queries

Definition at line 74 of file cs.c.

◆ query_count

SIZE_T wined3d_command_list::query_count

Definition at line 73 of file cs.c.

◆ refcount

LONG wined3d_command_list::refcount

Definition at line 51 of file cs.c.

◆ resource_count

SIZE_T wined3d_command_list::resource_count

Definition at line 58 of file cs.c.

◆ resources

struct wined3d_resource** wined3d_command_list::resources

Definition at line 59 of file cs.c.

◆ upload_count

SIZE_T wined3d_command_list::upload_count

Definition at line 61 of file cs.c.

◆ upload_heap

HANDLE wined3d_command_list::upload_heap

Definition at line 64 of file cs.c.

◆ upload_heap_refcount

LONG* wined3d_command_list::upload_heap_refcount

Definition at line 65 of file cs.c.

◆ uploads

struct wined3d_deferred_upload* wined3d_command_list::uploads

Definition at line 62 of file cs.c.


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