ReactOS 0.4.15-dev-7958-gcd0bb1a
hlsl_struct_field Struct Reference

#include <d3dcompiler_private.h>

Collaboration diagram for hlsl_struct_field:

Public Attributes

struct list entry
 
struct hlsl_typetype
 
const charname
 
const charsemantic
 
DWORD modifiers
 

Detailed Description

Definition at line 691 of file d3dcompiler_private.h.

Member Data Documentation

◆ entry

struct list hlsl_struct_field::entry

Definition at line 693 of file d3dcompiler_private.h.

◆ modifiers

DWORD hlsl_struct_field::modifiers

Definition at line 697 of file d3dcompiler_private.h.

Referenced by clone_hlsl_type().

◆ name

const char* hlsl_struct_field::name

◆ semantic

const char* hlsl_struct_field::semantic

Definition at line 696 of file d3dcompiler_private.h.

Referenced by clone_hlsl_type().

◆ type

struct hlsl_type* hlsl_struct_field::type

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