ReactOS 0.4.16-dev-226-g79f2289
|
#include <wined3d_private.h>
Public Attributes | |
unsigned | cop: 8 |
unsigned | carg1: 8 |
unsigned | carg2: 8 |
unsigned | carg0: 8 |
unsigned | aop: 8 |
unsigned | aarg1: 8 |
unsigned | aarg2: 8 |
unsigned | aarg0: 8 |
struct color_fixup_desc | color_fixup |
unsigned | tex_type: 3 |
unsigned | dst: 1 |
unsigned | projected: 2 |
unsigned | padding: 10 |
Definition at line 2660 of file wined3d_private.h.
unsigned texture_stage_op::aarg0 |
Definition at line 2670 of file wined3d_private.h.
unsigned texture_stage_op::aarg1 |
Definition at line 2668 of file wined3d_private.h.
unsigned texture_stage_op::aarg2 |
Definition at line 2669 of file wined3d_private.h.
unsigned texture_stage_op::aop |
Definition at line 2667 of file wined3d_private.h.
unsigned texture_stage_op::carg0 |
Definition at line 2665 of file wined3d_private.h.
unsigned texture_stage_op::carg1 |
Definition at line 2663 of file wined3d_private.h.
unsigned texture_stage_op::carg2 |
Definition at line 2664 of file wined3d_private.h.
struct color_fixup_desc texture_stage_op::color_fixup |
Definition at line 2672 of file wined3d_private.h.
unsigned texture_stage_op::cop |
Definition at line 2662 of file wined3d_private.h.
unsigned texture_stage_op::dst |
Definition at line 2674 of file wined3d_private.h.
unsigned texture_stage_op::padding |
Definition at line 2676 of file wined3d_private.h.
unsigned texture_stage_op::projected |
Definition at line 2675 of file wined3d_private.h.
unsigned texture_stage_op::tex_type |
Definition at line 2673 of file wined3d_private.h.