ReactOS 0.4.17-dev-934-g091855f
hlsl_ir_switch_case Struct Reference

#include <hlsl.h>

Collaboration diagram for hlsl_ir_switch_case:

Public Attributes

unsigned int value
 
bool is_default
 
struct hlsl_block body
 
struct list entry
 
struct vkd3d_shader_location loc
 

Detailed Description

Definition at line 664 of file hlsl.h.

Member Data Documentation

◆ body

struct hlsl_block hlsl_ir_switch_case::body

Definition at line 668 of file hlsl.h.

Referenced by normalize_switch_cases().

◆ entry

struct list hlsl_ir_switch_case::entry

Definition at line 669 of file hlsl.h.

Referenced by normalize_switch_cases().

◆ is_default

bool hlsl_ir_switch_case::is_default

Definition at line 667 of file hlsl.h.

Referenced by hlsl_new_switch_case().

◆ loc

struct vkd3d_shader_location hlsl_ir_switch_case::loc

Definition at line 670 of file hlsl.h.

Referenced by hlsl_new_switch_case().

◆ value

unsigned int hlsl_ir_switch_case::value

Definition at line 666 of file hlsl.h.

Referenced by hlsl_new_switch_case().


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