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

Public Attributes

VkShaderModule vk_module
 
VkPipeline vk_pipeline
 
VkPipelineLayout vk_pipeline_layout
 
VkDescriptorSetLayout vk_set_layout
 
struct vkd3d_shader_scan_descriptor_info descriptor_info
 

Detailed Description

Definition at line 95 of file shader_spirv.c.

Member Data Documentation

◆ descriptor_info

struct vkd3d_shader_scan_descriptor_info shader_spirv_compute_program_vk::descriptor_info

◆ vk_module

VkShaderModule shader_spirv_compute_program_vk::vk_module

Definition at line 97 of file shader_spirv.c.

◆ vk_pipeline

VkPipeline shader_spirv_compute_program_vk::vk_pipeline

Definition at line 98 of file shader_spirv.c.

◆ vk_pipeline_layout

VkPipelineLayout shader_spirv_compute_program_vk::vk_pipeline_layout

Definition at line 99 of file shader_spirv.c.

◆ vk_set_layout

VkDescriptorSetLayout shader_spirv_compute_program_vk::vk_set_layout

Definition at line 100 of file shader_spirv.c.


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