ReactOS 0.4.17-dev-934-g091855f
sm6_block_terminator Struct Reference
Collaboration diagram for sm6_block_terminator:

Public Attributes

struct vkd3d_shader_register conditional_reg
 
enum sm6_block_terminator_type type
 
const struct sm6_block * true_block
 
const struct sm6_block * false_block
 
struct terminator_case * cases
 
unsigned int case_count
 

Detailed Description

Definition at line 722 of file dxil.c.

Member Data Documentation

◆ case_count

unsigned int sm6_block_terminator::case_count

Definition at line 729 of file dxil.c.

Referenced by sm6_parser_emit_switch().

◆ cases

struct terminator_case* sm6_block_terminator::cases

Definition at line 728 of file dxil.c.

Referenced by sm6_parser_emit_switch().

◆ conditional_reg

struct vkd3d_shader_register sm6_block_terminator::conditional_reg

Definition at line 724 of file dxil.c.

Referenced by sm6_parser_emit_switch().

◆ false_block

const struct sm6_block* sm6_block_terminator::false_block

Definition at line 727 of file dxil.c.

◆ true_block

const struct sm6_block* sm6_block_terminator::true_block

Definition at line 726 of file dxil.c.

◆ type

enum sm6_block_terminator_type sm6_block_terminator::type

Definition at line 725 of file dxil.c.

Referenced by sm6_parser_emit_switch().


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