Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/HansKristian-Work/vkd3d-proton.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libs/vkd3d/vkd3d_private.h')
-rw-r--r--libs/vkd3d/vkd3d_private.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/libs/vkd3d/vkd3d_private.h b/libs/vkd3d/vkd3d_private.h
index e622339b..3bb52ae5 100644
--- a/libs/vkd3d/vkd3d_private.h
+++ b/libs/vkd3d/vkd3d_private.h
@@ -1943,12 +1943,6 @@ struct d3d12_descriptor_pool_cache
size_t descriptor_pool_count;
};
-enum vkd3d_descriptor_pool_types
-{
- VKD3D_DESCRIPTOR_POOL_TYPE_STATIC = 0,
- VKD3D_DESCRIPTOR_POOL_TYPE_COUNT
-};
-
#define VKD3D_SCRATCH_BUFFER_SIZE (1ull << 20)
#define VKD3D_SCRATCH_BUFFER_COUNT (32u)
@@ -2003,8 +1997,6 @@ struct d3d12_command_allocator
VkCommandPool vk_command_pool;
- struct d3d12_descriptor_pool_cache descriptor_pool_caches[VKD3D_DESCRIPTOR_POOL_TYPE_COUNT];
-
struct vkd3d_view **views;
size_t views_size;
size_t view_count;