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

Public Attributes

enum vkd3d_shader_resource_type resource_type
 
SpvDim dim
 
uint32_t arrayed
 
uint32_t ms
 
unsigned int coordinate_component_count
 
SpvCapability capability
 
SpvCapability uav_capability
 

Detailed Description

Definition at line 2098 of file spirv.c.

Member Data Documentation

◆ arrayed

uint32_t vkd3d_spirv_resource_type::arrayed

Definition at line 2103 of file spirv.c.

◆ capability

SpvCapability vkd3d_spirv_resource_type::capability

Definition at line 2107 of file spirv.c.

◆ coordinate_component_count

unsigned int vkd3d_spirv_resource_type::coordinate_component_count

Definition at line 2105 of file spirv.c.

◆ dim

SpvDim vkd3d_spirv_resource_type::dim

Definition at line 2102 of file spirv.c.

◆ ms

uint32_t vkd3d_spirv_resource_type::ms

Definition at line 2104 of file spirv.c.

◆ resource_type

enum vkd3d_shader_resource_type vkd3d_spirv_resource_type::resource_type

Definition at line 2100 of file spirv.c.

Referenced by spirv_compiler_enable_resource_type(), and vkd3d_get_spirv_resource_type().

◆ uav_capability

SpvCapability vkd3d_spirv_resource_type::uav_capability

Definition at line 2108 of file spirv.c.


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