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

Public Attributes

enum vkd3d_sm1_opcode sm1_opcode
 
unsigned int dst_count
 
unsigned int src_count
 
enum vkd3d_shader_opcode vkd3d_opcode
 
struct {
   unsigned int   major
 
   unsigned int   minor
 
} min_version
 
struct {
   unsigned int   major
 
   unsigned int   minor
 
} max_version
 

Detailed Description

Definition at line 204 of file d3dbc.c.

Member Data Documentation

◆ dst_count

unsigned int vkd3d_sm1_opcode_info::dst_count

Definition at line 207 of file d3dbc.c.

Referenced by shader_sm1_read_instruction(), and shader_sm1_skip_opcode().

◆ major

unsigned int vkd3d_sm1_opcode_info::major

Definition at line 212 of file d3dbc.c.

◆ 

struct { ... } vkd3d_sm1_opcode_info::max_version

◆ 

struct { ... } vkd3d_sm1_opcode_info::min_version

◆ minor

unsigned int vkd3d_sm1_opcode_info::minor

Definition at line 212 of file d3dbc.c.

◆ sm1_opcode

enum vkd3d_sm1_opcode vkd3d_sm1_opcode_info::sm1_opcode

Definition at line 206 of file d3dbc.c.

◆ src_count

unsigned int vkd3d_sm1_opcode_info::src_count

Definition at line 208 of file d3dbc.c.

Referenced by shader_sm1_read_instruction(), and shader_sm1_skip_opcode().

◆ vkd3d_opcode

enum vkd3d_shader_opcode vkd3d_sm1_opcode_info::vkd3d_opcode

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