ReactOS 0.4.17-dev-934-g091855f
fx_write_context_ops Struct Reference
Collaboration diagram for fx_write_context_ops:

Public Attributes

uint32_t(* write_string )(const char *string, struct fx_write_context *fx)
 
void(* write_technique )(struct hlsl_ir_var *var, struct fx_write_context *fx)
 
void(* write_pass )(struct hlsl_ir_var *var, struct fx_write_context *fx)
 
void(* write_annotation )(struct hlsl_ir_var *var, struct fx_write_context *fx)
 
bool are_child_effects_supported
 

Detailed Description

Definition at line 181 of file fx.c.

Member Data Documentation

◆ are_child_effects_supported

bool fx_write_context_ops::are_child_effects_supported

Definition at line 187 of file fx.c.

◆ write_annotation

void(* fx_write_context_ops::write_annotation) (struct hlsl_ir_var *var, struct fx_write_context *fx)

Definition at line 186 of file fx.c.

◆ write_pass

void(* fx_write_context_ops::write_pass) (struct hlsl_ir_var *var, struct fx_write_context *fx)

Definition at line 185 of file fx.c.

◆ write_string

uint32_t(* fx_write_context_ops::write_string) (const char *string, struct fx_write_context *fx)

Definition at line 183 of file fx.c.

◆ write_technique

void(* fx_write_context_ops::write_technique) (struct hlsl_ir_var *var, struct fx_write_context *fx)

Definition at line 184 of file fx.c.


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