ReactOS 0.4.15-dev-7842-g558ab78
wined3d_cs_update_sub_resource Struct Reference
Collaboration diagram for wined3d_cs_update_sub_resource:

Public Attributes

enum wined3d_cs_op opcode
 
struct wined3d_resourceresource
 
unsigned int sub_resource_idx
 
struct wined3d_box box
 
struct wined3d_sub_resource_data data
 

Detailed Description

Definition at line 402 of file cs.c.

Member Data Documentation

◆ box

struct wined3d_box wined3d_cs_update_sub_resource::box

Definition at line 407 of file cs.c.

◆ data

struct wined3d_sub_resource_data wined3d_cs_update_sub_resource::data

Definition at line 408 of file cs.c.

◆ opcode

enum wined3d_cs_op wined3d_cs_update_sub_resource::opcode

Definition at line 404 of file cs.c.

◆ resource

struct wined3d_resource* wined3d_cs_update_sub_resource::resource

Definition at line 405 of file cs.c.

◆ sub_resource_idx

unsigned int wined3d_cs_update_sub_resource::sub_resource_idx

Definition at line 406 of file cs.c.


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