ReactOS 0.4.17-dev-934-g091855f
d3d12_pipeline_uav_counter_state Struct Reference

#include <vkd3d_private.h>

Collaboration diagram for d3d12_pipeline_uav_counter_state:

Public Attributes

VkPipelineLayout vk_pipeline_layout
 
VkDescriptorSetLayout vk_set_layout
 
uint32_t set_index
 
struct vkd3d_shader_uav_counter_binding * bindings
 
unsigned int binding_count
 

Detailed Description

Definition at line 1055 of file vkd3d_private.h.

Member Data Documentation

◆ binding_count

unsigned int d3d12_pipeline_uav_counter_state::binding_count

Definition at line 1062 of file vkd3d_private.h.

◆ bindings

struct vkd3d_shader_uav_counter_binding* d3d12_pipeline_uav_counter_state::bindings

Definition at line 1061 of file vkd3d_private.h.

Referenced by d3d12_pipeline_uav_counter_state_cleanup().

◆ set_index

uint32_t d3d12_pipeline_uav_counter_state::set_index

Definition at line 1059 of file vkd3d_private.h.

◆ vk_pipeline_layout

VkPipelineLayout d3d12_pipeline_uav_counter_state::vk_pipeline_layout

Definition at line 1057 of file vkd3d_private.h.

Referenced by d3d12_pipeline_uav_counter_state_cleanup().

◆ vk_set_layout

VkDescriptorSetLayout d3d12_pipeline_uav_counter_state::vk_set_layout

Definition at line 1058 of file vkd3d_private.h.

Referenced by d3d12_pipeline_uav_counter_state_cleanup().


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