ReactOS 0.4.15-dev-7907-g95bf896
instr_info Struct Reference
Collaboration diagram for instr_info:

Public Attributes

DWORD opcode
 
const charname
 
int length
 
int(* function )(const struct instr_info *info, DWORD **ptr, char *buffer, BOOL ps)
 
WORD min_version
 
WORD max_version
 

Detailed Description

Definition at line 2459 of file shader.c.

Member Data Documentation

◆ function

int(* instr_info::function) (const struct instr_info *info, DWORD **ptr, char *buffer, BOOL ps)

Definition at line 2464 of file shader.c.

◆ length

int instr_info::length

Definition at line 2463 of file shader.c.

◆ max_version

WORD instr_info::max_version

Definition at line 2466 of file shader.c.

Referenced by D3DXDisassembleShader().

◆ min_version

WORD instr_info::min_version

Definition at line 2465 of file shader.c.

◆ name

const char* instr_info::name

Definition at line 2462 of file shader.c.

◆ opcode

DWORD instr_info::opcode

Definition at line 2461 of file shader.c.

Referenced by D3DXDisassembleShader().


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