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

Public Attributes

enum wined3d_cs_op opcode
 
struct wined3d_texturetexture
 
WORD flags
 
WORD set
 
struct wined3d_color_key color_key
 

Detailed Description

Definition at line 220 of file cs.c.

Member Data Documentation

◆ color_key

struct wined3d_color_key wined3d_cs_set_color_key::color_key

Definition at line 226 of file cs.c.

Referenced by wined3d_cs_emit_set_color_key().

◆ flags

WORD wined3d_cs_set_color_key::flags

Definition at line 224 of file cs.c.

◆ opcode

enum wined3d_cs_op wined3d_cs_set_color_key::opcode

Definition at line 222 of file cs.c.

◆ set

WORD wined3d_cs_set_color_key::set

Definition at line 225 of file cs.c.

◆ texture

struct wined3d_texture* wined3d_cs_set_color_key::texture

Definition at line 223 of file cs.c.


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