ReactOS 0.4.15-dev-7918-g2a2556c
hlsl_ir_assignment Struct Reference

#include <d3dcompiler_private.h>

Collaboration diagram for hlsl_ir_assignment:

Public Attributes

struct hlsl_ir_node node
 
struct hlsl_ir_nodelhs
 
struct hlsl_ir_noderhs
 
unsigned char writemask
 

Detailed Description

Definition at line 802 of file d3dcompiler_private.h.

Member Data Documentation

◆ lhs

struct hlsl_ir_node* hlsl_ir_assignment::lhs

◆ node

struct hlsl_ir_node hlsl_ir_assignment::node

Definition at line 804 of file d3dcompiler_private.h.

Referenced by make_assignment().

◆ rhs

struct hlsl_ir_node* hlsl_ir_assignment::rhs

◆ writemask

unsigned char hlsl_ir_assignment::writemask

Definition at line 807 of file d3dcompiler_private.h.

Referenced by debug_dump_ir_assignment(), and make_assignment().


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