ReactOS 0.4.15-dev-7958-gcd0bb1a
hlsl_ir_function_decl Struct Reference

#include <d3dcompiler_private.h>

Collaboration diagram for hlsl_ir_function_decl:

Public Attributes

struct hlsl_typereturn_type
 
struct source_location loc
 
struct wine_rb_entry entry
 
struct hlsl_ir_functionfunc
 
const charsemantic
 
struct listparameters
 
struct listbody
 

Detailed Description

Definition at line 776 of file d3dcompiler_private.h.

Member Data Documentation

◆ body

struct list* hlsl_ir_function_decl::body

Definition at line 784 of file d3dcompiler_private.h.

Referenced by add_function_decl(), and free_function_decl().

◆ entry

struct wine_rb_entry hlsl_ir_function_decl::entry

Definition at line 780 of file d3dcompiler_private.h.

Referenced by add_function_decl().

◆ func

struct hlsl_ir_function* hlsl_ir_function_decl::func

Definition at line 781 of file d3dcompiler_private.h.

Referenced by add_function_decl().

◆ loc

struct source_location hlsl_ir_function_decl::loc

Definition at line 779 of file d3dcompiler_private.h.

◆ parameters

struct list* hlsl_ir_function_decl::parameters

◆ return_type

struct hlsl_type* hlsl_ir_function_decl::return_type

Definition at line 778 of file d3dcompiler_private.h.

Referenced by new_func_decl().

◆ semantic

const char* hlsl_ir_function_decl::semantic

Definition at line 782 of file d3dcompiler_private.h.

Referenced by free_function_decl().


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