ReactOS 0.4.17-dev-934-g091855f
hlsl_attribute Struct Reference

#include <hlsl.h>

Collaboration diagram for hlsl_attribute:

Public Attributes

const char * name
 
struct hlsl_block instrs
 
struct vkd3d_shader_location loc
 
unsigned int args_count
 
struct hlsl_src args []
 

Detailed Description

Definition at line 388 of file hlsl.h.

Member Data Documentation

◆ args

struct hlsl_src hlsl_attribute::args[]

Definition at line 394 of file hlsl.h.

◆ args_count

unsigned int hlsl_attribute::args_count

Definition at line 393 of file hlsl.h.

◆ instrs

struct hlsl_block hlsl_attribute::instrs

Definition at line 391 of file hlsl.h.

◆ loc

struct vkd3d_shader_location hlsl_attribute::loc

Definition at line 392 of file hlsl.h.

◆ name

const char* hlsl_attribute::name

Definition at line 390 of file hlsl.h.


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