ReactOS 0.4.17-dev-934-g091855f
hlsl_ir_resource_load Struct Reference

#include <hlsl.h>

Collaboration diagram for hlsl_ir_resource_load:

Public Attributes

struct hlsl_ir_node node
 
enum hlsl_resource_load_type load_type
 
struct hlsl_deref resource sampler
 
struct hlsl_src coords lod ddx ddy cmp sample_index texel_offset
 
enum hlsl_sampler_dim sampling_dim
 

Detailed Description

Definition at line 851 of file hlsl.h.

Member Data Documentation

◆ load_type

enum hlsl_resource_load_type hlsl_ir_resource_load::load_type

Definition at line 854 of file hlsl.h.

◆ node

struct hlsl_ir_node hlsl_ir_resource_load::node

Definition at line 853 of file hlsl.h.

◆ sampler

struct hlsl_deref resource hlsl_ir_resource_load::sampler

Definition at line 855 of file hlsl.h.

◆ sampling_dim

enum hlsl_sampler_dim hlsl_ir_resource_load::sampling_dim

Definition at line 857 of file hlsl.h.

◆ texel_offset

struct hlsl_src coords lod ddx ddy cmp sample_index hlsl_ir_resource_load::texel_offset

Definition at line 856 of file hlsl.h.


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