ReactOS 0.4.17-dev-934-g091855f
hlsl_state_block_entry Struct Reference

#include <hlsl.h>

Collaboration diagram for hlsl_state_block_entry:

Public Attributes

bool is_function_call
 
char * name
 
unsigned int name_id
 
bool lhs_has_index
 
unsigned int lhs_index
 
struct hlsl_block * instrs
 
struct hlsl_src * args
 
unsigned int args_count
 

Detailed Description

Definition at line 548 of file hlsl.h.

Member Data Documentation

◆ args

struct hlsl_src* hlsl_state_block_entry::args

Definition at line 569 of file hlsl.h.

◆ args_count

unsigned int hlsl_state_block_entry::args_count

Definition at line 570 of file hlsl.h.

◆ instrs

struct hlsl_block* hlsl_state_block_entry::instrs

Definition at line 565 of file hlsl.h.

◆ is_function_call

bool hlsl_state_block_entry::is_function_call

Definition at line 551 of file hlsl.h.

◆ lhs_has_index

bool hlsl_state_block_entry::lhs_has_index

Definition at line 561 of file hlsl.h.

◆ lhs_index

unsigned int hlsl_state_block_entry::lhs_index

Definition at line 562 of file hlsl.h.

◆ name

char* hlsl_state_block_entry::name

Definition at line 555 of file hlsl.h.

◆ name_id

unsigned int hlsl_state_block_entry::name_id

Definition at line 557 of file hlsl.h.


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