Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 729396 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff
Lines 61-66 Link Here
Lines 1163-1170 struct d3d12_command_list Link Here
1163
   VkRenderPass current_render_pass;
1165
   VkRenderPass current_render_pass;
1164
   VkBuffer uav_counter_address_buffer;
1166
   VkBuffer uav_counter_address_buffer;
1165
   struct vkd3d_dynamic_state dynamic_state;
1167
   struct vkd3d_dynamic_state dynamic_state;
1166
   struct vkd3d_pipeline_bindings pipeline_bindings[VK_PIPELINE_BIND_POINT_RANGE_SIZE];
1168
   struct vkd3d_pipeline_bindings pipeline_bindings[VK_PIPELINE_BIND_POINT_RANGE_SIZE];
1167
   struct vkd3d_descriptor_updates packed_descriptors[VK_PIPELINE_BIND_POINT_RANGE_SIZE];
1169
   struct vkd3d_descriptor_updates packed_descriptors[VK_PIPELINE_BIND_POINT_RANGE_SIZE];
1168
   struct vkd3d_pipeline_bindings pipeline_bindings[VKD3D_PIPELINE_BIND_POINT_COUNT];
1170
   struct vkd3d_pipeline_bindings pipeline_bindings[VKD3D_PIPELINE_BIND_POINT_COUNT];
1169
   struct vkd3d_descriptor_updates packed_descriptors[VKD3D_PIPELINE_BIND_POINT_COUNT];
1171
   struct vkd3d_descriptor_updates packed_descriptors[VKD3D_PIPELINE_BIND_POINT_COUNT];
1170
   VkDescriptorSet descriptor_heaps[VKD3D_MAX_BINDLESS_DESCRIPTOR_SETS];
1172
   VkDescriptorSet descriptor_heaps[VKD3D_MAX_BINDLESS_DESCRIPTOR_SETS];

Return to bug 729396