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

Public Attributes

VkDescriptorSetLayout vk_set_layout
 
VkPipelineLayout vk_pipeline_layout
 
VkPipeline vk_pipeline
 
VkExtent3D group_size
 

Detailed Description

Definition at line 5245 of file command.c.

Member Data Documentation

◆ group_size

VkExtent3D vkd3d_uav_clear_pipeline::group_size

Definition at line 5250 of file command.c.

Referenced by d3d12_command_list_clear_uav().

◆ vk_pipeline

VkPipeline vkd3d_uav_clear_pipeline::vk_pipeline

Definition at line 5249 of file command.c.

Referenced by d3d12_command_list_clear_uav().

◆ vk_pipeline_layout

VkPipelineLayout vkd3d_uav_clear_pipeline::vk_pipeline_layout

Definition at line 5248 of file command.c.

Referenced by d3d12_command_list_clear_uav().

◆ vk_set_layout

VkDescriptorSetLayout vkd3d_uav_clear_pipeline::vk_set_layout

Definition at line 5247 of file command.c.

Referenced by d3d12_command_list_clear_uav().


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