ReactOS 0.4.17-dev-934-g091855f
hlsl_resource_load_params Struct Reference

#include <hlsl.h>

Collaboration diagram for hlsl_resource_load_params:

Public Attributes

struct hlsl_type * format
 
enum hlsl_resource_load_type type
 
struct hlsl_ir_node * resource
 
struct hlsl_ir_node * sampler
 
struct hlsl_ir_node * coords
 
struct hlsl_ir_node * lod
 
struct hlsl_ir_node * ddx
 
struct hlsl_ir_node * ddy
 
struct hlsl_ir_node * cmp
 
struct hlsl_ir_node * sample_index
 
struct hlsl_ir_node * texel_offset
 
enum hlsl_sampler_dim sampling_dim
 

Detailed Description

Definition at line 1151 of file hlsl.h.

Member Data Documentation

◆ cmp

struct hlsl_ir_node * hlsl_resource_load_params::cmp

Definition at line 1156 of file hlsl.h.

◆ coords

struct hlsl_ir_node* hlsl_resource_load_params::coords

Definition at line 1156 of file hlsl.h.

◆ ddx

struct hlsl_ir_node * hlsl_resource_load_params::ddx

Definition at line 1156 of file hlsl.h.

◆ ddy

struct hlsl_ir_node * hlsl_resource_load_params::ddy

Definition at line 1156 of file hlsl.h.

◆ format

struct hlsl_type* hlsl_resource_load_params::format

Definition at line 1153 of file hlsl.h.

◆ lod

struct hlsl_ir_node * hlsl_resource_load_params::lod

Definition at line 1156 of file hlsl.h.

◆ resource

struct hlsl_ir_node* hlsl_resource_load_params::resource

Definition at line 1155 of file hlsl.h.

◆ sample_index

struct hlsl_ir_node * hlsl_resource_load_params::sample_index

Definition at line 1156 of file hlsl.h.

◆ sampler

struct hlsl_ir_node * hlsl_resource_load_params::sampler

Definition at line 1155 of file hlsl.h.

◆ sampling_dim

enum hlsl_sampler_dim hlsl_resource_load_params::sampling_dim

Definition at line 1157 of file hlsl.h.

◆ texel_offset

struct hlsl_ir_node * hlsl_resource_load_params::texel_offset

Definition at line 1156 of file hlsl.h.

◆ type

enum hlsl_resource_load_type hlsl_resource_load_params::type

Definition at line 1154 of file hlsl.h.


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