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

Public Attributes

union {
   struct {
      struct vkd3d_shader_varying_map   varying_map [MAX_SM1_INTER_STAGE_VARYINGS]
 
      unsigned int   varying_count
 
   }   vs
 
   struct {
      struct ps_compile_args   args
 
      unsigned int   sample_count
 
   }   fs
 
} u
 

Detailed Description

Definition at line 60 of file shader_spirv.c.

Member Data Documentation

◆ args

struct ps_compile_args shader_spirv_compile_arguments::args

Definition at line 71 of file shader_spirv.c.

◆ 

struct { ... } shader_spirv_compile_arguments::fs

◆ sample_count

unsigned int shader_spirv_compile_arguments::sample_count

Definition at line 72 of file shader_spirv.c.

◆ 

union { ... } shader_spirv_compile_arguments::u

◆ varying_count

unsigned int shader_spirv_compile_arguments::varying_count

Definition at line 67 of file shader_spirv.c.

◆ varying_map

struct vkd3d_shader_varying_map shader_spirv_compile_arguments::varying_map[MAX_SM1_INTER_STAGE_VARYINGS]

Definition at line 66 of file shader_spirv.c.

◆ 

struct { ... } shader_spirv_compile_arguments::vs

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