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

Public Attributes

uint32_t id
 
uint32_t image_id
 
uint32_t sampled_image_id
 
enum vkd3d_shader_component_type sampled_type
 
uint32_t image_type_id
 
const struct vkd3d_spirv_resource_type * resource_type_info
 
unsigned int structure_stride
 
bool raw
 

Detailed Description

Definition at line 8426 of file spirv.c.

Member Data Documentation

◆ id

uint32_t vkd3d_shader_image::id

Definition at line 8428 of file spirv.c.

◆ image_id

uint32_t vkd3d_shader_image::image_id

Definition at line 8429 of file spirv.c.

◆ image_type_id

uint32_t vkd3d_shader_image::image_type_id

Definition at line 8433 of file spirv.c.

◆ raw

bool vkd3d_shader_image::raw

Definition at line 8436 of file spirv.c.

Referenced by spirv_compiler_emit_atomic_instruction().

◆ resource_type_info

const struct vkd3d_spirv_resource_type* vkd3d_shader_image::resource_type_info

Definition at line 8434 of file spirv.c.

◆ sampled_image_id

uint32_t vkd3d_shader_image::sampled_image_id

Definition at line 8430 of file spirv.c.

◆ sampled_type

enum vkd3d_shader_component_type vkd3d_shader_image::sampled_type

Definition at line 8432 of file spirv.c.

◆ structure_stride

unsigned int vkd3d_shader_image::structure_stride

Definition at line 8435 of file spirv.c.

Referenced by spirv_compiler_emit_atomic_instruction().


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