ReactOS 0.4.15-dev-7924-g5949c20
hlsl_scope Struct Reference

#include <d3dcompiler_private.h>

Collaboration diagram for hlsl_scope:

Public Attributes

struct list entry
 
struct list vars
 
struct wine_rb_tree types
 
struct hlsl_scopeupper
 

Detailed Description

Definition at line 959 of file d3dcompiler_private.h.

Member Data Documentation

◆ entry

struct list hlsl_scope::entry

Definition at line 961 of file d3dcompiler_private.h.

Referenced by push_scope().

◆ types

struct wine_rb_tree hlsl_scope::types

Definition at line 963 of file d3dcompiler_private.h.

Referenced by get_type(), and push_scope().

◆ upper

struct hlsl_scope* hlsl_scope::upper

Definition at line 964 of file d3dcompiler_private.h.

Referenced by add_declaration(), get_type(), get_variable(), and push_scope().

◆ vars

struct list hlsl_scope::vars

Definition at line 962 of file d3dcompiler_private.h.

Referenced by add_declaration(), get_variable(), and push_scope().


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